nvim signcolumn

This commit is contained in:
thek4n 2024-01-17 14:43:20 +03:00
parent 2195a8bd6f
commit 52f778ff4b

View File

@ -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'