refactor(undotree): use builtin nvim.undotree

This commit is contained in:
2026-04-21 14:24:42 +02:00
parent 21f566112e
commit 3611791fa9
4 changed files with 30 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
vim.keymap.set("n", "<leader>u", function()
require("undotree").open({ command = "leftabove40vnew" })
end)