remove signcolumn on markdown
This commit is contained in:
parent
6a8fc32cad
commit
d72764813b
|
@ -2,3 +2,5 @@ vim.opt.wrap = true
|
||||||
vim.opt.linebreak = true
|
vim.opt.linebreak = true
|
||||||
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
|
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
|
||||||
vim.opt.number = false
|
vim.opt.number = false
|
||||||
|
|
||||||
|
vim.opt.signcolumn = "no"
|
||||||
|
|
Loading…
Reference in New Issue