personal configuations
merge conflicts adjusted
This commit is contained in:
parent
1860184830
commit
373c8dc5d3
12 changed files with 318 additions and 144 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