Add a default colorcolumn
This commit is contained in:
parent
9f80f12f48
commit
856c994e21
|
@ -5,6 +5,7 @@ local settings = {
|
|||
autoindent = true,
|
||||
backup = false,
|
||||
breakindent = true,
|
||||
colorcolumn = "80",
|
||||
expandtab = true,
|
||||
foldlevel = 1,
|
||||
foldlevelstart = 99,
|
||||
|
|
Reference in a new issue