missing files
This commit is contained in:
parent
4cc1aa7a15
commit
ac3f869b1d
6 changed files with 336 additions and 0 deletions
5
lua/custom/plugins/undotree.lua
Normal file
5
lua/custom/plugins/undotree.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle)
|
||||
|
||||
return {
|
||||
'mbbill/undotree'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue