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