fix(nvim): set signcolumn
Stop the window moving when a new Gitsigns column is added.
This commit is contained in:
parent
e074282f00
commit
0352479474
|
@ -143,6 +143,7 @@ local function set_vim_o()
|
||||||
scrolloff = 10,
|
scrolloff = 10,
|
||||||
shiftwidth = 2,
|
shiftwidth = 2,
|
||||||
showmode = false,
|
showmode = false,
|
||||||
|
signcolumn = "yes:1",
|
||||||
smartindent = true,
|
smartindent = true,
|
||||||
softtabstop = 2,
|
softtabstop = 2,
|
||||||
splitbelow = true,
|
splitbelow = true,
|
||||||
|
|
Reference in a new issue