aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-21 22:46:22 +0800
committerGuangxiong Lin <[email protected]>2023-11-21 22:46:22 +0800
commit0b841faa85e590b0719e5a6afeb9dc647b1ae485 (patch)
tree117fa19576b47179f66b082b2bbfa9199f2b8b5f
parent8478ba2c7235d7fa76ae5f7c8fdcdea01f63b806 (diff)
downloaddotfiles-0b841faa85e590b0719e5a6afeb9dc647b1ae485.tar.gz
dotfiles-0b841faa85e590b0719e5a6afeb9dc647b1ae485.tar.bz2
dotfiles-0b841faa85e590b0719e5a6afeb9dc647b1ae485.zip
Update tags config of vim
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 71954de..91dfcd2 100644
--- a/.vimrc
+++ b/.vimrc
@@ -133,7 +133,7 @@ endif
set directory=~/.vim/.swp//
" tags
-set tags=./.tags;,.tags
+set tags=./tags;,tags
" mapping
let mapleader=','