Disable lsp signcolumn
This commit is contained in:
parent
66d4b793b7
commit
07448abd59
@ -14,5 +14,6 @@ vim.opt.undodir = os.getenv("HOME") .. "/.config/nvim/.undodir"
|
|||||||
vim.opt.undofile = true
|
vim.opt.undofile = true
|
||||||
|
|
||||||
vim.opt.scrolloff = 8
|
vim.opt.scrolloff = 8
|
||||||
-- set sign col to hide if there is no warning/error etc.
|
-- 'auto:1 sets signcolumn to hide if there is no warning/error etc.
|
||||||
vim.opt.signcolumn = 'auto:1'
|
-- 'no' disables signcolumn
|
||||||
|
vim.opt.signcolumn = 'no'
|
||||||
|
Loading…
Reference in New Issue
Block a user