nvim: set makeprg (now uses your whole cpu)

This commit is contained in:
PowerUser64 2021-11-07 21:52:41 -08:00
parent dc201ee3fb
commit 59b3536e36

View file

@ -36,6 +36,7 @@ set.shortmess = 'filnxtToOFc'
set.spelllang = 'en_us'
set.showcmd = true
set.signcolumn = 'auto'
set.makeprg = 'make -j$(nproc)'
-- Things that can't be translated to lua
vim.cmd 'syntax on'