nvim signcolumn

This commit is contained in:
thek4n 2024-01-16 14:17:57 +03:00
parent fb98aeb74f
commit 4d78079475

View File

@ -15,6 +15,7 @@ opt.clipboard:append { 'unnamedplus' }
opt.shortmess:append { s = true, I = true } -- disable startup message
opt.cmdheight = 0
vim.wo.signcolumn = "yes"
opt.shell = 'zsh'