aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-20 07:01:30 +0800
committerGuangxiong Lin <[email protected]>2023-10-20 07:01:30 +0800
commit78e7b908fedf1247f49c82250ba57471c2a2f4d1 (patch)
tree1a337303423b969d71c23ad6a719204534ea84c4
parent80380aace77521bea4892028b419729b8fe9555c (diff)
downloaddotfiles-78e7b908fedf1247f49c82250ba57471c2a2f4d1.tar.gz
dotfiles-78e7b908fedf1247f49c82250ba57471c2a2f4d1.tar.bz2
dotfiles-78e7b908fedf1247f49c82250ba57471c2a2f4d1.zip
Revert change on gtags label
-rw-r--r--.vim/after/plugin/gutentags.vim2
1 files changed, 1 insertions, 1 deletions
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')