added things

This commit is contained in:
2026-04-08 11:16:58 +02:00
commit f95fcf3d9b
11 changed files with 279 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return {
{
"mbbill/undotree",
lazy = false,
config = function()
vim.keymap.set("n", "<leader>u", vim.cmd.UndotreeToggle)
end,
},
}