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" },
--- @type UfoConfig
opts = {
close_fold_kinds = {
"imports",
close_fold_kinds_for_ft = {
default = { "imports" },
},
},
--- @param opts UfoConfig