added undotree to plugins (<leader>u)
This commit is contained in:
parent
108afeb545
commit
66d989ab8b
1 changed files with 9 additions and 0 deletions
9
nvim/.config/nvim/lua/plugin/undotree.lua
Normal file
9
nvim/.config/nvim/lua/plugin/undotree.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{
|
||||
"mbbill/undotree",
|
||||
keys = {
|
||||
{ "<leader>u", "<cmd>UndotreeToggle<cr>", desc = "toggle undotree" },
|
||||
},
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue