mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
update
This commit is contained in:
parent
b31a56aaca
commit
632465a3fd
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue