mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 12:56:04 +00:00
feat(undotree): set 'filetype' #36091
This commit is contained in:
@@ -401,6 +401,8 @@ function M.open(opts)
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
vim.bo[b].filetype = 'nvim-undotree'
|
||||
end
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user