nvim: init.vim: Change tags cache directory
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
132fc8dbf8
commit
c67b0de357
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ let g:gitgutter_max_signs=10000
|
|||
" https://www.reddit.com/r/vim/comments/d77t6j/guide_how_to_setup_ctags_with_gutentags_properly/
|
||||
let g:gutentags_add_default_project_roots = 0
|
||||
let g:gutentags_project_root = ['.git']
|
||||
let g:gutentags_cache_dir = expand('$HOME/.cache/vim/ctags/')
|
||||
let g:gutentags_cache_dir = expand('$HOME/.vim/tags/')
|
||||
|
||||
let g:gutentags_generate_on_new = 1
|
||||
let g:gutentags_generate_on_missing = 1
|
||||
|
|
Loading…
Reference in a new issue