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,
|
||||
backup = false,
|
||||
breakindent = true,
|
||||
colorcolumn = "80",
|
||||
conceallevel = 0,
|
||||
cursorline = true,
|
||||
expandtab = true,
|
||||
|
|
Reference in a new issue