Nvim: update ufo config

This commit is contained in:
Marko Korhonen 2024-03-17 10:56:50 +02:00
parent 6da6d02aa1
commit e987265041

View file

@ -5,8 +5,8 @@ return {
dependencies = { "kevinhwang91/promise-async" }, dependencies = { "kevinhwang91/promise-async" },
--- @type UfoConfig --- @type UfoConfig
opts = { opts = {
close_fold_kinds = { close_fold_kinds_for_ft = {
"imports", default = { "imports" },
}, },
}, },
--- @param opts UfoConfig --- @param opts UfoConfig