summaryrefslogtreecommitdiff
path: root/.config/vim
diff options
context:
space:
mode:
Diffstat (limited to '.config/vim')
-rw-r--r--.config/vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
index 2025178..58f248a 100644
--- a/.config/vim/vimrc
+++ b/.config/vim/vimrc
@@ -43,6 +43,9 @@ set nobackup " disable backup files (filename~)
set showmatch " show matching brackets (),{},[]
set ww=<,>,[,] " whichwrap -- left/right keys can traverse up/down
+" search tags-file in the opened file's dir and if not found recursiveley
+set tags=./tags;
+
" syntax highlighting
syntax on " enable syntax highlighting