add addons, some prefs

This commit is contained in:
ch1bs 2024-05-19 23:59:17 +03:00
parent 5aeddfdd5d
commit d1a430248a
5 changed files with 98 additions and 13 deletions

View file

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