move tag files to the cache dir
This commit is contained in:
parent
02832a1c76
commit
0aff9d8842
2 changed files with 2 additions and 3 deletions
|
@ -14,6 +14,3 @@
|
|||
*.o
|
||||
a.out
|
||||
|
||||
# Tag files
|
||||
tags
|
||||
|
||||
|
|
|
@ -126,6 +126,8 @@ let g:grepper={
|
|||
\ 'jump': 0,
|
||||
\ }
|
||||
|
||||
let g:gutentags_cache_dir = '~/.cache/gutentag'
|
||||
|
||||
nnoremap <Leader>o :Tagbar<CR>
|
||||
let g:tagbar_autoclose=1
|
||||
let g:tagbar_autofocus=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue