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