Add custom plugins.
This commit is contained in:
parent
7a10a75dc3
commit
7d1b1005f0
5 changed files with 72 additions and 0 deletions
8
lua/plugins/undotree.lua
Normal file
8
lua/plugins/undotree.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
"mbbill/undotree",
|
||||
keys = {
|
||||
{ "<leader>uu", "<cmd>UndotreeToggle<cr>", desc = "Toggle the undotree." },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue