Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
368:12a3a0e31f8e | 369:b87c358bd0ca |
---|---|
277 | 277 |
278 " Gutentags {{{ | 278 " Gutentags {{{ |
279 | 279 |
280 let g:gutentags_exclude = ['venv', 'build', 'static', 'node_modules'] | 280 let g:gutentags_exclude = ['venv', 'build', 'static', 'node_modules'] |
281 let g:gutentags_cache_dir = s:vim_home.'/tags' | 281 let g:gutentags_cache_dir = s:vim_home.'/tags' |
282 let g:gutentags_options_file = s:vim_home.'/ctagsrc' | 282 let g:gutentags_ctags_extra_args = ['--options='.s:vim_home.'/ctagsrc'] |
283 | 283 |
284 " }}} | 284 " }}} |
285 | 285 |
286 " Syntastic {{{ | 286 " Syntastic {{{ |
287 | 287 |