diff options
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 7b11582..f5a7487 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -478,7 +478,7 @@ endif """"""""""""""""""""""""""" 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') +let g:gutentags_cache_dir = stdpath('cache') . '/ctags' """"""""""""""""""""""""""" vista settings """""""""""""""""""""""""""""""""" " Double click to go to a tag |
