This commit is contained in:
lucas nicolas 2024-02-27 03:07:22 +01:00
parent ff05cf8b89
commit 41590ba3dd
5 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
'mbbill/undotree',
config = function()
vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle)
end,
}