add new plugs
This commit is contained in:
parent
8e2a82e61d
commit
4e100409b1
5 changed files with 91 additions and 1 deletions
7
lua/custom/plugins/undotree.lua
Normal file
7
lua/custom/plugins/undotree.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
if true then
|
||||
return {}
|
||||
else
|
||||
return {
|
||||
'https://github.com/mbbill/undotree',
|
||||
}
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue