From 78e7b908fedf1247f49c82250ba57471c2a2f4d1 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 20 Oct 2023 07:01:30 +0800 Subject: Revert change on gtags label --- .vim/after/plugin/gutentags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim') diff --git a/.vim/after/plugin/gutentags.vim b/.vim/after/plugin/gutentags.vim index 35cc401..8e38294 100644 --- a/.vim/after/plugin/gutentags.vim +++ b/.vim/after/plugin/gutentags.vim @@ -7,7 +7,7 @@ let g:gutentags_ctags_extra_args += ['--c-kinds=+px'] let g:gutentags_ctags_extra_args += ['--output-format=e-ctags'] let g:gutentags_define_advanced_commands = 1 -let $GTAGSLABEL = 'pygments' +let $GTAGSLABEL = 'native-pygments' let g:gutentags_modules = [] if executable('ctags') -- cgit v1.2.3