add custom plugins
This commit is contained in:
parent
c52e65c8bb
commit
0c9fa19c8f
7 changed files with 72 additions and 0 deletions
7
lua/custom/plugins/copilot.lua
Normal file
7
lua/custom/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'zbirenbaum/copilot.lua',
|
||||
opts = {
|
||||
suggestion = { enabled = false },
|
||||
panel = { enabled = false },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue