1
0
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:
2016-02-05 14:10:34 +01:00
parent 0f1df639a1
commit 1bbdd5e302

4
.vimrc
View File

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