starter/lua/plugins/visualize/fold.lua

11 lines
233 B
Lua
Raw Normal View History

2024-07-04 15:22:44 +08:00
return {
"kevinhwang91/nvim-ufo",
2024-10-28 10:26:47 +08:00
dependencies = "kevinhwang91/promise-async",
2024-07-04 15:22:44 +08:00
event = "BufReadPre",
2024-10-28 10:26:47 +08:00
opts = {
provider_selector = function(bufnr, filetype, buftype)
return { "treesitter", "indent" }
end,
},
2024-07-04 15:22:44 +08:00
}