Nvim: update ufo config

This commit is contained in:
Marko Korhonen 2024-03-17 10:56:50 +02:00
parent 5746b48fd2
commit 4c680ddd88
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

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