feat: more editor plugins

This commit is contained in:
Thomas Alcala Schneider 2023-03-22 18:50:48 +01:00
parent a266489958
commit a38042d73e
No known key found for this signature in database
GPG key ID: 24BE5CF48622091B
13 changed files with 151 additions and 35 deletions

View file

@ -1,3 +1,12 @@
return {
"github/copilot.vim"
}
"zbirenbaum/copilot.lua",
cmd = "Copilot",
dependencies = {
"github/copilot.vim"
},
build = ":Copilot auth",
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
}