make just abbreviation for make

This commit is contained in:
Ivar Fatland
2026-04-21 09:41:50 +02:00
parent 5dbc80a1d4
commit e6f03373a0
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -77,6 +77,8 @@ vim.cmd [[
set noswapfile
set list
set makeprg=just
command! -nargs=* Just execute 'make' <q-args>
cabbrev just Just
nnoremap ,co :copen<CR>
nnoremap ,cc :cclose<CR>