fix: no colorcolumn for zenmode

This commit is contained in:
Oliver Ladner 2024-07-30 13:48:13 +02:00
commit c00715816f

View file

@ -25,6 +25,7 @@ return {
cursorcolumn = false, -- disable cursor column cursorcolumn = false, -- disable cursor column
foldcolumn = "0", -- disable fold column foldcolumn = "0", -- disable fold column
list = false, -- disable whitespace characters list = false, -- disable whitespace characters
colorcolumn = "0", -- disable line width indicator
}, },
}, },
plugins = { plugins = {