# HG changeset patch # User Ludovic Chabant # Date 1410502469 25200 # Node ID b873914291450cf0b8c181efb0e8c4046aa7ce2a # Parent 6ee245fa8a3da48b018155e4bca7c3310335a4b4 Use the `ctagsrc` file with Gutentags. diff -r 6ee245fa8a3d -r b87391429145 vim/vimrc --- a/vim/vimrc Thu Sep 11 23:13:55 2014 -0700 +++ b/vim/vimrc Thu Sep 11 23:14:29 2014 -0700 @@ -245,6 +245,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' " }}}