1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Make vim search downwards for tag files

This commit is contained in:
Valentin Brandl 2017-02-11 14:18:10 +01:00
parent f413ccfe97
commit 59733e6fdf
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -32,6 +32,8 @@ colorscheme onedark
set directory=$HOME/.vim/swapfiles//
" set backupdir=$HOME/.vim/backupdir//
set undodir=$HOME/.vim/undofiles//
" search tags file downwards from the direcotry of the edited file
set tags=./tags;
set clipboard=unnamedplus " yank into system clipboard
" Only do this part when compiled with support for autocommands.