This commit is contained in:
Rubin Bhandari 2024-06-05 16:14:04 +02:00 committed by GitHub
commit 8c0ff6d4fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,13 @@
return {
{
"mbbill/undotree",
cmd = "UndotreeToggle",
keys = {
{ "<leader>uu", "<cmd>UndotreeToggle<cr>", desc = "Undo Tree Toggle" },
},
init = function()
-- set layout style to 2, let g:undotree_WindowLayout = 2
vim.g.undotree_WindowLayout = 2
end,
},
}