1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-20 07:12:39 +00:00
dotfiles/.config/nvim/lua/plugins/ufo.lua

8 lines
141 B
Lua
Raw Normal View History

local ufo = require("ufo")
ufo.setup({
2023-07-03 17:16:19 +00:00
provider_selector = function(bufnr, filetype, buftype)
return { "treesitter", "indent" }
end,
})