fix: disable copilot plugin

This commit is contained in:
Oliver Ladner 2025-02-05 09:11:17 +01:00
commit b511f22655

View file

@ -4,6 +4,7 @@
return {
"zbirenbaum/copilot.lua",
lazy = true,
enabled = false,
event = "InsertEnter",
config = function()
local copilot = require("copilot")