aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-16 08:48:07 +0800
committerGuangxiong Lin <[email protected]>2023-11-16 08:48:07 +0800
commit6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49 (patch)
treed23c2587600722b7586eb6045d15bd1c873ee856 /.vimrc
parente6bc9a8fdfe4e49ce96fa31552954a116cb8c07b (diff)
downloaddotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.tar.gz
dotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.tar.bz2
dotfiles-6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49.zip
Update gtags config
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 71954de..6cc82ad 100644
--- a/.vimrc
+++ b/.vimrc
@@ -134,6 +134,9 @@ set directory=~/.vim/.swp//
" tags
set tags=./.tags;,.tags
+if executable('gtags-cscope')
+ let &csprg='gtags-cscope'
+endif
" mapping
let mapleader=','