diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-01 19:07:44 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-01 19:07:44 +0800 |
| commit | f14c481b30826161682d17063010962d761b42ac (patch) | |
| tree | feb7b5e6ebbaeb65a59606bbf9aec33fc9faaa4c /core/plugins.vim | |
| parent | 6e2c98f40178c4d56dbd1c548dad266bfc88f9c9 (diff) | |
update location for gutentags-generated tags
Diffstat (limited to 'core/plugins.vim')
| -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 |
