refactor(nvim): disable nvim-ufo in NeogitStatus
This commit is contained in:
parent
c88c6c3759
commit
7c730ea8a6
@ -38,7 +38,7 @@ return {
|
||||
return newVirtText
|
||||
end
|
||||
|
||||
local ft_options = { norg = "", octo = "" }
|
||||
local ft_options = { norg = "", octo = "", NeogitStatus = "" }
|
||||
return {
|
||||
provider_selector = function(_, filetype, _)
|
||||
return ft_options[filetype] or { "treesitter", "indent" }
|
||||
|
Loading…
Reference in New Issue
Block a user