diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-06 11:40:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-06 11:40:45 +0800 |
| commit | 7735a33a598cf698646883ad9ae185b7b1926ab7 (patch) | |
| tree | b3da4030228c34c340a86d601053b7abbaa849cd /core | |
| parent | aacbf56ee59232fb88c6a934ee585cf0f8c6bab3 (diff) | |
remove plugin gutentags
I rarely use it.
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 8 |
1 files changed, 0 insertions, 8 deletions
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 <Plug>(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': '', |
