diff vim/vimrc @ 369:b87c358bd0ca

Fix/improve ctagsrc for gutentags.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 17 Feb 2017 17:22:44 -0800
parents d8ae3de7de06
children 083360925deb
line wrap: on
line diff
--- a/vim/vimrc	Thu Feb 16 18:49:36 2017 -0800
+++ b/vim/vimrc	Fri Feb 17 17:22:44 2017 -0800
@@ -279,7 +279,7 @@
 
 let g:gutentags_exclude = ['venv', 'build', 'static', 'node_modules']
 let g:gutentags_cache_dir = s:vim_home.'/tags'
-let g:gutentags_options_file = s:vim_home.'/ctagsrc'
+let g:gutentags_ctags_extra_args = ['--options='.s:vim_home.'/ctagsrc']
 
 " }}}