From f14c481b30826161682d17063010962d761b42ac Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 1 Nov 2020 19:07:44 +0800 Subject: [PATCH] update location for gutentags-generated tags --- core/plugins.vim | 2 ++ 1 file changed, 2 insertions(+) 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