diff options
author | Guangxiong Lin <[email protected]> | 2023-10-20 07:01:30 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-20 07:01:30 +0800 |
commit | 78e7b908fedf1247f49c82250ba57471c2a2f4d1 (patch) | |
tree | 1a337303423b969d71c23ad6a719204534ea84c4 /.vim/after | |
parent | 80380aace77521bea4892028b419729b8fe9555c (diff) | |
download | dotfiles-78e7b908fedf1247f49c82250ba57471c2a2f4d1.tar.gz dotfiles-78e7b908fedf1247f49c82250ba57471c2a2f4d1.tar.bz2 dotfiles-78e7b908fedf1247f49c82250ba57471c2a2f4d1.zip |
Revert change on gtags label
Diffstat (limited to '.vim/after')
-rw-r--r-- | .vim/after/plugin/gutentags.vim | 2 |
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') |