aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-12 23:59:06 +0800
committerGuangxiong Lin <[email protected]>2022-04-12 23:59:06 +0800
commitb295fedf20601bfc1b79589dc6bf69ce9681d9a1 (patch)
treeae89c0beae59bc5de0d32c9173e719dab0f948aa
parent59b6f72412f3bd46b1201e4fb5b52660e48610a1 (diff)
downloaddotfiles-b295fedf20601bfc1b79589dc6bf69ce9681d9a1.tar.gz
dotfiles-b295fedf20601bfc1b79589dc6bf69ce9681d9a1.tar.bz2
dotfiles-b295fedf20601bfc1b79589dc6bf69ce9681d9a1.zip
Unset gtags.conf in vim
-rw-r--r--.vim/after/plugin/gutentags.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/after/plugin/gutentags.vim b/.vim/after/plugin/gutentags.vim
index cab2f3b..0cc4ebf 100644
--- a/.vim/after/plugin/gutentags.vim
+++ b/.vim/after/plugin/gutentags.vim
@@ -8,7 +8,6 @@ let g:gutentags_ctags_extra_args += ['--output-format=e-ctags']
let g:gutentags_define_advanced_commands = 1
let $GTAGSLABEL = 'native-pygments'
-let $GTAGSCONF = '/usr/local/share/gtags/gtags.conf'
let g:airline#extensions#gutentags#enabled = 1