my config
This commit is contained in:
parent
94f551b803
commit
dece0f088a
15 changed files with 189 additions and 424 deletions
8
lua/custom/plugins/undotree.lua
Normal file
8
lua/custom/plugins/undotree.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'mbbill/undotree',
|
||||
version = '*',
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.keymap.set('n', '<leader><F5>', vim.cmd.UndotreeToggle)
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue