From db97bb56762715182a874ad5aa7e47678fc772f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Carvalho?= <42584819+Lcarv20@users.noreply.github.com> Date: Fri, 19 Jan 2024 02:15:55 +0100 Subject: [PATCH] Update ufo.lua moving folds to the 3rd column --- lua/user/extras/ufo.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/user/extras/ufo.lua b/lua/user/extras/ufo.lua index 40298ea1..abd01ecb 100644 --- a/lua/user/extras/ufo.lua +++ b/lua/user/extras/ufo.lua @@ -12,11 +12,9 @@ function M.config() setopt = true, relculright = true, segments = { - - { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa", hl = "Comment" }, - { text = { "%s" }, click = "v:lua.ScSa" }, { text = { builtin.lnumfunc, " " }, click = "v:lua.ScLa" }, + { text = { builtin.foldfunc, " " }, click = "v:lua.ScFa", hl = "Comment" }, }, }