neovim: update gitsigns priority and increase signcolumn size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user