fix: disable copilot plugin
This commit is contained in:
parent
c2d8b31d4a
commit
b511f22655
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
return {
|
return {
|
||||||
"zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
|
enabled = false,
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
config = function()
|
config = function()
|
||||||
local copilot = require("copilot")
|
local copilot = require("copilot")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue