From 0f036f9c794e0f48a60eb20c01cc7c4b2df11643 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 25 May 2026 22:08:32 +0200 Subject: [PATCH] add home folder tags to final path to search for tags file --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 60be671..4c6a258 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -70,6 +70,7 @@ set viewoptions=folds,cursor set wildignore=*.o,*.obj,.git/**,tags,*.pyc set noswapfile set makeprg=just +set tags+=~/tags command! -nargs=* Just execute 'make' syntax on tnoremap c c