feat(undotree): set 'filetype' #36091

This commit is contained in:
Mike J McGuirk
2025-10-08 22:34:44 -04:00
committed by GitHub
parent c401999e47
commit 81d2d88f70

View File

@@ -401,6 +401,8 @@ function M.open(opts)
end end
end, end,
}) })
vim.bo[b].filetype = 'nvim-undotree'
end end
return M return M