neovim: update gitsigns priority and increase signcolumn size

This commit is contained in:
2025-05-11 23:15:22 +03:00
parent 1ab9e5c129
commit 7c8469dc89
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.splitbelow = true
vim.opt.splitright = true
vim.opt.signcolumn = "yes"
vim.opt.signcolumn = "yes:2"
vim.opt.laststatus = 3
vim.opt.cmdheight = 0
vim.opt.showcmd = false