From beee3e97d9bd204f30981b0e7d9794b3bb5297a4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 26 Apr 2021 21:18:24 +0200 Subject: Use upstream taglist plugin, add mapping for :TlistToggle --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index a77aa8f..545b3d1 100644 --- a/.vimrc +++ b/.vimrc @@ -126,6 +126,8 @@ map!   map :Files map :NERDTreeFind +map tl :TlistToggle + " Remove all trailing whitespaces in file map w :%s/\s\+$//^ map! w :%s/\s\+$// @@ -195,7 +197,7 @@ Plug 'airblade/vim-gitgutter' " git status gutter Plug 'tpope/vim-fugitive' " git commands Plug 'tpope/vim-rhubarb' " GitHub integration Plug 'tpope/vim-commentary' " comment out stuff -Plug 'vim-scripts/taglist.vim' +Plug 'yegappan/taglist' " code browser using ctags/cscope Plug 'joestringer/cscope_maps' " cscope maps " fzf (https://github.com/junegunn/fzf.vim) -- cgit v1.2.3-54-g00ecf