changeset 218:b87391429145

Use the `ctagsrc` file with Gutentags.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Sep 2014 23:14:29 -0700
parents 6ee245fa8a3d
children 738c1a3ad786
files vim/vimrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'
 
 " }}}