add undotree
This commit is contained in:
parent
8c8f8b016c
commit
c97a7a1284
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'jiaoshijie/undotree',
|
||||
dependencies = 'nvim-lua/plenary.nvim',
|
||||
config = true,
|
||||
keys = { -- load the plugin only when using it's keybinding:
|
||||
{ '<leader>u', "<cmd>lua require('undotree').toggle()<cr>" },
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue