From 3b0f09349095469e520c4af2c2b5e414e266ac6b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 7 Sep 2024 15:53:18 +0200 Subject: [PATCH] nvim: editor: remove folds from statuscol, i dont use them :) --- nvim/lua/user/plugins/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/user/plugins/editor.lua b/nvim/lua/user/plugins/editor.lua index 8c797b5..b7ef6fb 100644 --- a/nvim/lua/user/plugins/editor.lua +++ b/nvim/lua/user/plugins/editor.lua @@ -64,7 +64,7 @@ return { text = { builtin.lnumfunc, " " }, click = "v:lua.ScLa", }, - { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" }, + -- { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa" }, { text = { "│ " } }, } }