nvim signcolumn
This commit is contained in:
parent
2195a8bd6f
commit
52f778ff4b
@ -15,7 +15,7 @@ opt.clipboard:append { 'unnamedplus' }
|
|||||||
opt.shortmess:append { s = true, I = true } -- disable startup message
|
opt.shortmess:append { s = true, I = true } -- disable startup message
|
||||||
|
|
||||||
opt.cmdheight = 0
|
opt.cmdheight = 0
|
||||||
vim.wo.signcolumn = "yes"
|
vim.wo.signcolumn = "yes:2"
|
||||||
|
|
||||||
opt.shell = 'zsh'
|
opt.shell = 'zsh'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user