move tag files to the cache dir
This commit is contained in:
parent
02832a1c76
commit
0aff9d8842
@ -14,6 +14,3 @@
|
|||||||
*.o
|
*.o
|
||||||
a.out
|
a.out
|
||||||
|
|
||||||
# Tag files
|
|
||||||
tags
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user