nvim: Add undotree plugin
Lua implementation of the undo tree plugin, mapped to be reachable with <leader>su (for show undo).
This commit is contained in:
parent
f33b4c9c37
commit
b9de8b3914
3 changed files with 15 additions and 0 deletions
|
|
@ -50,4 +50,11 @@ return {
|
|||
end,
|
||||
event = "VeryLazy",
|
||||
},
|
||||
{
|
||||
"jiaoshijie/undotree",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
config = true, event = "VeryLazy",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue