actual progress omg

This commit is contained in:
voidarclabs
2025-10-19 16:42:42 +01:00
parent 85676d4153
commit 2574ea9578
8 changed files with 157 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
return {
"mbbill/undotree",
lazy = false,
config = function()
vim.keymap.set("n", "<leader>u", "<cmd>UndotreeToggle<cr><cmd>UndotreeFocus<cr>")
end,
}