jiaoshijie
/
undotree
undotree
neovim undotree written in luaworkflow
manually-created
Undotree provides a visual representation of the undo history in Neovim. It allows users to navigate and manipulate undo branches, view differences between nodes, and undo to specific states.
Media
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"jiaoshijie/undotree",
dependencies = "nvim-lua/plenary.nvim",
config = true,
keys = {
{ "<leader>u", "<cmd>lua require('undotree').toggle()<cr>" },
},
}
Developers using undotree
more configs
catgoose/nvim
/
136
init.lua
88
10070
Piotr1215/dotfiles
/.config/nvim
61
init.lua
69
4903
pysan3/dotfiles
/nvim
23
init.lua
89
6264
augustocdias/dotfiles
/.config/nvim
15
init.lua
65
4933