refactor(nvim): use correct fold description for ufo foldlevel

This commit is contained in:
Price Hiller 2023-12-25 10:48:10 -06:00
parent c837454c76
commit 399397bd23
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -53,7 +53,7 @@ return {
end
change_buf_foldlevel_by(-(count))
end,
desc = "UFO: Fold Less",
desc = "UFO: Fold More",
},
{
"zr",
@ -64,7 +64,7 @@ return {
end
change_buf_foldlevel_by(count)
end,
desc = "UFO: Fold More",
desc = "UFO: Fold Less",
},
{
"zS",