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:
parent
f413ccfe97
commit
59733e6fdf
@ -32,6 +32,8 @@ colorscheme onedark
|
|||||||
set directory=$HOME/.vim/swapfiles//
|
set directory=$HOME/.vim/swapfiles//
|
||||||
" set backupdir=$HOME/.vim/backupdir//
|
" set backupdir=$HOME/.vim/backupdir//
|
||||||
set undodir=$HOME/.vim/undofiles//
|
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
|
set clipboard=unnamedplus " yank into system clipboard
|
||||||
" Only do this part when compiled with support for autocommands.
|
" Only do this part when compiled with support for autocommands.
|
||||||
|
Loading…
Reference in New Issue
Block a user