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:
Kevin MacMartin 2024-03-01 22:29:30 -05:00
parent ffd1b9962a
commit df2b91279b

View file

@ -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': {