jiaoshijie / undotree

undotree

neovim undotree written in lua
340 67 1 4 days ago
workflow 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
/
174 init.lua 86 10778
igorgue/dotnvim
/
38 init.lua 68 9507
pysan3/dotfiles
/nvim
29 init.lua 99 6577
djensenius/dotfiles
/nvim
24 init.lua 56 3025