Neovim/lua/plugins/ufo.lua

18 lines
390 B
Lua
Raw Normal View History

2024-02-25 17:12:48 +00:00
return {
{
"kevinhwang91/nvim-ufo",
event = {
2024-05-16 22:30:15 +00:00
"LspAttach",
2024-02-25 17:12:48 +00:00
},
dependencies = {
"kevinhwang91/promise-async",
2024-02-25 17:12:48 +00:00
},
opts = {
-- register treesitter as source for scopes
provider_selector = function(_, _, _)
return { "treesitter", "indent" }
end,
},
},
2024-02-25 17:12:48 +00:00
}