Add a default colorcolumn

This commit is contained in:
Oliver Davies 2024-07-09 22:00:00 +01:00
parent 9f80f12f48
commit 856c994e21

View file

@ -5,6 +5,7 @@ local settings = {
autoindent = true,
backup = false,
breakindent = true,
colorcolumn = "80",
expandtab = true,
foldlevel = 1,
foldlevelstart = 99,