From c21d7ad92774088f8c34130f8e4feb812806645e Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 10 Sep 2024 09:43:42 +0200 Subject: [PATCH] fix(oil): disable colorcolumn --- lua/plugins/oil.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index 37b046f..dc9570e 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -40,5 +40,8 @@ return { show_hidden = true, natural_order = false, }, + win_options = { + colorcolumn = "", + }, }, }