From 1bbdd5e302f94345da273b91884c7eafc4029273 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 5 Feb 2016 14:10:34 +0100 Subject: [PATCH] Automatic generation of tags file (ctags), in a central place (~/.vimtags) --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index 867b7cf..f4ab7f4 100644 --- a/.vimrc +++ b/.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