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 {
|
||||
"zbirenbaum/copilot.lua",
|
||||
lazy = true,
|
||||
enabled = false,
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
local copilot = require("copilot")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue