Select a color scheme for your Dotfyle experience

jiaoshijie / undotree

undotree

neovim undotree written in lua
146 26 0 1 day 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
/
104 init.lua 84 8575
pysan3/dotfiles
/nvim
18 init.lua 82 6123
krmbzds/nvim
/
5 init.lua 65 3935
ritchielrez/oh-my-nvim
/
4 init.lua 32 1716