Files
dotfiles/nvim/lua/plugins/ufo.lua
2024-10-09 11:39:42 +02:00

11 lines
220 B
Lua

return {
"kevinhwang91/nvim-ufo",
opts = {
provider_selector = function(_, _, _)
return { "treesitter", "indent" }
end,
},
lazy = false,
dependencies = { "kevinhwang91/promise-async" },
}