add undotree plugin
This commit is contained in:
parent
7c53ce5bef
commit
ca3f3c8e5d
6
lua/custom/plugins/undotree.lua
Normal file
6
lua/custom/plugins/undotree.lua
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
'mbbill/undotree',
|
||||||
|
config = function()
|
||||||
|
vim.keymap.set('n', '<leader>tu', vim.cmd.UndotreeToggle, { desc = '[T]oggle [U]ndo tree' })
|
||||||
|
end,
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user