dotfiles/.config/nvim/lua/plugins/ufo.lua

8 lines
141 B
Lua

local ufo = require("ufo")
ufo.setup({
provider_selector = function(bufnr, filetype, buftype)
return { "treesitter", "indent" }
end,
})