1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

gutentags is maintained and better than easytags

This commit is contained in:
2018-01-05 11:55:37 +01:00
parent a680a0fa2f
commit a27eda389d

8
.vimrc
View File

@@ -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