always show sign column

This commit is contained in:
Niktia Bykov
2024-01-04 23:02:25 +05:00
parent 75727d6866
commit 8068d8555b
4 changed files with 18 additions and 76 deletions

View File

@ -16,6 +16,7 @@ vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.updatetime = 300
vim.opt.ttimeoutlen = 5
vim.opt.signcolumn = "yes:2"
vim.g.netrw_banner = 0