Set colorcolumn
This commit is contained in:
parent
fd32fb4887
commit
fe9435df8a
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ local function set_vim_o()
|
||||||
autoindent = true,
|
autoindent = true,
|
||||||
backup = false,
|
backup = false,
|
||||||
breakindent = true,
|
breakindent = true,
|
||||||
|
colorcolumn = "80",
|
||||||
conceallevel = 0,
|
conceallevel = 0,
|
||||||
cursorline = true,
|
cursorline = true,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
|
|
Reference in a new issue