mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 09:15:09 +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
|
" CSV filetype plugin
|
||||||
"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)
|
||||||
|
Plugin 'xolox/vim-misc'
|
||||||
|
Plugin 'xolox/vim-easytags'
|
||||||
|
|
||||||
" 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
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|||||||
Reference in New Issue
Block a user