From a27eda389d1e596ff1e471dd754d920e4442c9e6 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 5 Jan 2018 11:55:37 +0100 Subject: [PATCH] gutentags is maintained and better than easytags --- .vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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