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 = { "│ " } }, } }