Mercurial > dotfiles
comparison vim/vimrc @ 207:d482e6144d52
Update Autotags, put tags files in a cache dir.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 01 Sep 2014 08:22:38 -0700 |
parents | dae926f52b9a |
children | 477efa0013fd |
comparison
equal
deleted
inserted
replaced
206:dae926f52b9a | 207:d482e6144d52 |
---|---|
240 " }}} | 240 " }}} |
241 | 241 |
242 " Autotags {{{ | 242 " Autotags {{{ |
243 | 243 |
244 let g:autotags_exclude = ['venv', 'build', 'static', 'node_modules'] | 244 let g:autotags_exclude = ['venv', 'build', 'static', 'node_modules'] |
245 let g:autotags_cache_dir = s:vim_home.'/tags' | |
245 | 246 |
246 " }}} | 247 " }}} |
247 | 248 |
248 " Syntastic {{{ | 249 " Syntastic {{{ |
249 | 250 |