nvim: set makeprg (now uses your whole cpu)
This commit is contained in:
parent
dc201ee3fb
commit
59b3536e36
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue