From 7735a33a598cf698646883ad9ae185b7b1926ab7 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 6 Dec 2021 11:40:45 +0800 Subject: remove plugin gutentags I rarely use it. --- core/plugins.vim | 8 -------- 1 file changed, 8 deletions(-) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index 69f071b..db00112 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -133,14 +133,6 @@ if g:is_win || g:is_mac xmap ob (openbrowser-smart-search) endif -""""""""""""""""""""""""""" gutentags settings """""""""""""""""""""""""""""" -" The path to store tags files, instead of in the project root. -let g:gutentags_cache_dir = stdpath('cache') . '/ctags' -let g:gutentags_ctags_extra_args = ['--fields=+niazS', '--extra=+q'] -let g:gutentags_ctags_extra_args += ['--c++-kinds=+px'] -let g:gutentags_ctags_extra_args += ['--c-kinds=+px'] -let g:gutentags_ctags_exclude = ['*.md', '*.html', '*.json', '*.toml', '*.css', '*.js',] - """"""""""""""""""""""""""" vista settings """""""""""""""""""""""""""""""""" let g:vista#renderer#icons = { \ 'member': '', -- cgit v1.2.3