1
0

Update ufo configuration

This commit is contained in:
Patrick Auernig 2024-04-19 17:37:31 +02:00
parent e1fdcb1145
commit 67924c654d

View File

@ -24,7 +24,9 @@ spec.config = function()
})
ufo.setup({
close_fold_kinds = {"comment", "imports"},
close_fold_kinds_for_ft = {
default = { "comment", "imports" },
},
})
end