diff options
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index c0796c8..b793316 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -477,6 +477,8 @@ endif "{{ Navigation and tags """"""""""""""""""""""""""" gutentags settings """""""""""""""""""""""""""""" let g:gutentags_ctags_exclude = ['*.md', '*.html', '*.json', '*.toml', '*.css', '*.js',] +" The path to store tags files, instead of in the project root. +let g:gutentags_cache_dir = stdpath('cache') """"""""""""""""""""""""""" vista settings """""""""""""""""""""""""""""""""" " Double click to go to a tag |
