add tags in home folder at end

This commit is contained in:
2026-05-26 00:22:33 +02:00
parent 9aa641a738
commit c49b24a468
+1
View File
@@ -77,6 +77,7 @@ vim.cmd [=[
set noswapfile set noswapfile
set list set list
set makeprg=just set makeprg=just
set tags+=~/tags
command! -nargs=* Just execute 'make' <q-args> command! -nargs=* Just execute 'make' <q-args>
nnoremap ,co :copen<CR> nnoremap ,co :copen<CR>