feat: more editor plugins
This commit is contained in:
parent
a266489958
commit
a38042d73e
13 changed files with 151 additions and 35 deletions
|
|
@ -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 },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue