add new plugs

This commit is contained in:
Joshua Nussbaum 2025-01-29 13:29:10 -06:00
parent 8e2a82e61d
commit 4e100409b1
5 changed files with 91 additions and 1 deletions

View file

@ -0,0 +1,7 @@
if true then
return {}
else
return {
'https://github.com/mbbill/undotree',
}
end