diff --git a/.vimrc b/.vimrc index 190d41d..539da18 100644 --- a/.vimrc +++ b/.vimrc @@ -281,10 +281,12 @@ Plugin 'lepture/vim-jinja' "Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;) " Automatic generation of tags file (ctags), in a central place (~/.vimtags) -Plugin 'xolox/vim-misc' -Plugin 'xolox/vim-easytags' +"Plugin 'xolox/vim-misc' +"Plugin 'xolox/vim-easytags' " easytags highlighting is slow -let g:easytags_auto_highlight = 0 +"let g:easytags_auto_highlight = 0 + +Plugin 'ludovicchabant/vim-gutentags' " All of your Plugins must be added before the following line call vundle#end() " required