Add custom plugins.

This commit is contained in:
Sebastian Bugge 2024-01-22 01:47:50 +01:00
parent 7a10a75dc3
commit 7d1b1005f0
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
5 changed files with 72 additions and 0 deletions

8
lua/plugins/undotree.lua Normal file
View file

@ -0,0 +1,8 @@
return {
{
"mbbill/undotree",
keys = {
{ "<leader>uu", "<cmd>UndotreeToggle<cr>", desc = "Toggle the undotree." },
},
},
}