nvim: sign column is on and ruler is off
This commit is contained in:
parent
45c511e337
commit
3da3d04120
1 changed files with 2 additions and 1 deletions
|
@ -35,8 +35,9 @@ set.shortmess = 'filnxtToOFc'
|
|||
--set.spell = true
|
||||
set.spelllang = 'en_us'
|
||||
set.showcmd = true
|
||||
set.signcolumn = 'auto'
|
||||
set.signcolumn = 'yes'
|
||||
set.makeprg = 'make -j$(nproc)'
|
||||
set.ruler = false
|
||||
|
||||
-- Things that can't be translated to lua
|
||||
vim.cmd 'syntax on'
|
||||
|
|
Loading…
Add table
Reference in a new issue