comparison vim/vimrc @ 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
comparison
equal deleted inserted replaced
217:6ee245fa8a3d 218:b87391429145
243 243
244 " Gutentags {{{ 244 " Gutentags {{{
245 245
246 let g:gutentags_exclude = ['venv', 'build', 'static', 'node_modules'] 246 let g:gutentags_exclude = ['venv', 'build', 'static', 'node_modules']
247 let g:gutentags_cache_dir = s:vim_home.'/tags' 247 let g:gutentags_cache_dir = s:vim_home.'/tags'
248 let g:gutentags_options_file = s:vim_home.'/ctagsrc'
248 249
249 " }}} 250 " }}}
250 251
251 " Syntastic {{{ 252 " Syntastic {{{
252 253