diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-03 01:39:46 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-03 01:39:46 +0800 |
| commit | c2d319803da6e551e644e7b1f8f5d57cd54ce14e (patch) | |
| tree | 3d1331d9fd1722df175daa9c06cfacf713ee759f | |
| parent | 2b1b1d4e9119603141ef348dee930702e356c9a3 (diff) | |
update gutentags settings
| -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 |
