Set colorcolumn

This commit is contained in:
Oliver Davies 2024-01-24 23:57:00 +00:00
parent fd32fb4887
commit fe9435df8a

View file

@ -119,6 +119,7 @@ local function set_vim_o()
autoindent = true,
backup = false,
breakindent = true,
colorcolumn = "80",
conceallevel = 0,
cursorline = true,
expandtab = true,