From c00715816f3cd7551021c6b16fa4b4c1e29ca1ff Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 30 Jul 2024 13:48:13 +0200 Subject: [PATCH] fix: no colorcolumn for zenmode --- lua/weeheavy/plugins/zenmode.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/weeheavy/plugins/zenmode.lua b/lua/weeheavy/plugins/zenmode.lua index f603c8a..1691a32 100644 --- a/lua/weeheavy/plugins/zenmode.lua +++ b/lua/weeheavy/plugins/zenmode.lua @@ -25,6 +25,7 @@ return { cursorcolumn = false, -- disable cursor column foldcolumn = "0", -- disable fold column list = false, -- disable whitespace characters + colorcolumn = "0", -- disable line width indicator }, }, plugins = {