diff options
Diffstat (limited to 'core/plugins.vim')
| -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': '', |
