mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Automatic generation of tags file (ctags), in a central place
(~/.vimtags)
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -184,6 +184,10 @@ Plugin 'ap/vim-css-color'
|
||||
" CSV filetype plugin
|
||||
"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'
|
||||
|
||||
" All of your Plugins must be added before the following line
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
||||
Reference in New Issue
Block a user