This commit is contained in:
asep.komarudin 2024-04-12 07:56:50 +07:00
parent b31a56aaca
commit 632465a3fd

View file

@ -18,8 +18,8 @@ return {
segments = { segments = {
{ text = { "%s" }, click = "v:lua.ScSa" }, { text = { "%s" }, click = "v:lua.ScSa" },
{ {
text = { builtin.foldfunc, " " }, -- text = { builtin.foldfunc, " " },
-- text = { builtin.foldfunc }, text = { builtin.foldfunc },
condition = { builtin.not_empty, true, builtin.not_empty }, condition = { builtin.not_empty, true, builtin.not_empty },
click = "v:lua.ScFa", click = "v:lua.ScFa",
}, },