Remove colorcolumn
and cursorline
This commit is contained in:
parent
3afe1bd12b
commit
2278577dc3
2 changed files with 4 additions and 2 deletions
|
@ -130,9 +130,7 @@ local function set_vim_o()
|
|||
autoindent = true,
|
||||
backup = false,
|
||||
breakindent = true,
|
||||
colorcolumn = "80",
|
||||
conceallevel = 0,
|
||||
cursorline = true,
|
||||
expandtab = true,
|
||||
foldlevel = 1,
|
||||
foldlevelstart = 99,
|
||||
|
|
Reference in a new issue