move tag files to the cache dir

This commit is contained in:
Felix Van der Jeugt 2016-06-12 18:58:32 +02:00
parent 02832a1c76
commit 0aff9d8842
2 changed files with 2 additions and 3 deletions

View File

@ -14,6 +14,3 @@
*.o *.o
a.out a.out
# Tag files
tags

View File

@ -126,6 +126,8 @@ let g:grepper={
\ 'jump': 0, \ 'jump': 0,
\ } \ }
let g:gutentags_cache_dir = '~/.cache/gutentag'
nnoremap <Leader>o :Tagbar<CR> nnoremap <Leader>o :Tagbar<CR>
let g:tagbar_autoclose=1 let g:tagbar_autoclose=1
let g:tagbar_autofocus=1 let g:tagbar_autofocus=1