mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Use the user's nvim folder as the default location for gutentags, and make it possible to override this with a global variable
This commit is contained in:
parent
ffd1b9962a
commit
df2b91279b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
let g:gutentags_cache_dir = '~/.vim/gutentags'
|
||||
let g:gutentags_cache_dir = get(g:, "gutentags_cache_dir", "~/.config/nvim/gutentags")
|
||||
|
||||
let g:gutentags_file_list_command = {
|
||||
\ 'markers': {
|
||||
|
|
Loading…
Reference in a new issue