vim: disable colorcolumn
by default
This commit is contained in:
parent
21e1596371
commit
1bc2c669de
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ M.setup = function()
|
||||||
o.number = true -- ...but real number for current line.
|
o.number = true -- ...but real number for current line.
|
||||||
o.wrap = false -- don't wrap long lines initially
|
o.wrap = false -- don't wrap long lines initially
|
||||||
o.textwidth = 80 -- maximum width for text being inserted
|
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.cursorline = true -- highlight the line of the cursor
|
||||||
o.showbreak = '⤷ ' -- prefix for wrapped lines
|
o.showbreak = '⤷ ' -- prefix for wrapped lines
|
||||||
o.scrolloff = 3 -- min. # of lines above and below cursor
|
o.scrolloff = 3 -- min. # of lines above and below cursor
|
||||||
|
|
Loading…
Add table
Reference in a new issue