mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 01:15:10 +01:00
gutentags is maintained and better than easytags
This commit is contained in:
8
.vimrc
8
.vimrc
@@ -281,10 +281,12 @@ Plugin 'lepture/vim-jinja'
|
|||||||
"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;)
|
"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;)
|
||||||
|
|
||||||
" Automatic generation of tags file (ctags), in a central place (~/.vimtags)
|
" Automatic generation of tags file (ctags), in a central place (~/.vimtags)
|
||||||
Plugin 'xolox/vim-misc'
|
"Plugin 'xolox/vim-misc'
|
||||||
Plugin 'xolox/vim-easytags'
|
"Plugin 'xolox/vim-easytags'
|
||||||
" easytags highlighting is slow
|
" 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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
|||||||
Reference in New Issue
Block a user