add undotree
This commit is contained in:
parent
a29b36e4f5
commit
19a1a29b0e
1 changed files with 10 additions and 0 deletions
10
home/.config/nvim/lua/plugs/undotree.lua
Normal file
10
home/.config/nvim/lua/plugs/undotree.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
"mbbill/undotree",
|
||||||
|
config = function()
|
||||||
|
require("utils").add_keymaps({
|
||||||
|
n = {
|
||||||
|
["<leader>ud"] = { cmd = ":UndotreeToggle<CR>" }
|
||||||
|
}
|
||||||
|
})
|
||||||
|
end
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue