lucas nicolas 41590ba3dd plugins
2024-02-27 03:07:22 +01:00

7 lines
122 B
Lua

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