vim: disable colorcolumn by default

This commit is contained in:
Fernando Schauenburg 2024-02-10 15:31:35 +01:00
parent 21e1596371
commit 1bc2c669de

View file

@ -74,7 +74,7 @@ M.setup = function()
o.number = true -- ...but real number for current line.
o.wrap = false -- don't wrap long lines initially
o.textwidth = 80 -- maximum width for text being inserted
o.colorcolumn = '+1' -- highlight column after 'textwidth'
o.colorcolumn = '' -- highlight column after 'textwidth'
o.cursorline = true -- highlight the line of the cursor
o.showbreak = '' -- prefix for wrapped lines
o.scrolloff = 3 -- min. # of lines above and below cursor