remove cabbrev. it was messing with things

This commit is contained in:
Ivar Fatland
2026-04-28 21:10:46 +02:00
parent 49b87d325f
commit fca3b13209
-1
View File
@@ -78,7 +78,6 @@ vim.cmd [=[
set list set list
set makeprg=just set makeprg=just
command! -nargs=* Just execute 'make' <q-args> command! -nargs=* Just execute 'make' <q-args>
cabbrev just Just
nnoremap ,co :copen<CR> nnoremap ,co :copen<CR>
nnoremap ,cc :cclose<CR> nnoremap ,cc :cclose<CR>