plugins
This commit is contained in:
parent
ff05cf8b89
commit
41590ba3dd
5 changed files with 72 additions and 0 deletions
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>u', vim.cmd.UndotreeToggle)
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue