refactor(nvim): disable nvim-ufo in NeogitStatus

This commit is contained in:
Price Hiller 2023-09-24 15:36:26 -05:00
parent c88c6c3759
commit 7c730ea8a6
No known key found for this signature in database

View File

@ -38,7 +38,7 @@ return {
return newVirtText return newVirtText
end end
local ft_options = { norg = "", octo = "" } local ft_options = { norg = "", octo = "", NeogitStatus = "" }
return { return {
provider_selector = function(_, filetype, _) provider_selector = function(_, filetype, _)
return ft_options[filetype] or { "treesitter", "indent" } return ft_options[filetype] or { "treesitter", "indent" }