From c2d319803da6e551e644e7b1f8f5d57cd54ce14e Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 3 Nov 2020 01:39:46 +0800 Subject: [PATCH] update gutentags settings --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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