add home folder tags to final path to search for tags file

This commit is contained in:
2026-05-25 22:08:32 +02:00
parent 90f54f3cab
commit 0f036f9c79
+1
View File
@@ -70,6 +70,7 @@ set viewoptions=folds,cursor
set wildignore=*.o,*.obj,.git/**,tags,*.pyc set wildignore=*.o,*.obj,.git/**,tags,*.pyc
set noswapfile set noswapfile
set makeprg=just set makeprg=just
set tags+=~/tags
command! -nargs=* Just execute 'make' <q-args> command! -nargs=* Just execute 'make' <q-args>
syntax on syntax on
tnoremap <c-w>c <c-\><c-n><c-w>c tnoremap <c-w>c <c-\><c-n><c-w>c