Select a color scheme for your Dotfyle experience

jiaoshijie / undotree

undotree

neovim undotree written in lua
278 64 10 1 week 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
/
163 init.lua 87 11160
pysan3/dotfiles
/nvim
29 init.lua 98 6556
rubiin/init.lua
/
20 init.lua 57 4682
mosheavni/dotfiles
/nvim/.config/nvim
17 init.lua 60 9060