From 59733e6fdf00054c6529f580c31bdc7476061d94 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 11 Feb 2017 14:18:10 +0100 Subject: [PATCH] Make vim search downwards for tag files --- editors/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/vim/vimrc b/editors/vim/vimrc index c4d7dd3..1efa283 100644 --- a/editors/vim/vimrc +++ b/editors/vim/vimrc @@ -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.