fix(nvim): set signcolumn

Stop the window moving when a new Gitsigns column is added.
This commit is contained in:
Oliver Davies 2023-04-30 10:52:47 +01:00
parent fe4833cdba
commit 52e323be81

View file

@ -143,6 +143,7 @@ local function set_vim_o()
scrolloff = 10,
shiftwidth = 2,
showmode = false,
signcolumn = "yes:1",
smartindent = true,
softtabstop = 2,
splitbelow = true,