Select a color scheme for your Dotfyle experience

jiaoshijie / undotree

undotree

neovim undotree written in lua
226 57 0 2 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
/
137 init.lua 89 10176
Piotr1215/dotfiles
/.config/nvim
63 init.lua 67 5002
pysan3/dotfiles
/nvim
27 init.lua 90 6305
augustocdias/dotfiles
/.config/nvim
15 init.lua 46 3631