disable copilot
This commit is contained in:
parent
cf3876785a
commit
81c5388d73
|
@ -19,6 +19,7 @@ local prompts = {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
|
enabled = false,
|
||||||
"CopilotC-Nvim/CopilotChat.nvim",
|
"CopilotC-Nvim/CopilotChat.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
|
enabled = false,
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
verylazy = true,
|
verylazy = true,
|
||||||
cmd = "Copilot",
|
cmd = "Copilot",
|
||||||
|
|
Loading…
Reference in New Issue