Copilot disabled by default but this way improves nvim load times from 700ms to 70config add after/plugin/copilot.lua

This commit is contained in:
2024-02-21 22:32:34 +01:00
parent b2cec521a6
commit faa000c2c8

View File

@@ -1,2 +1,2 @@
-- Disable copilot by default
vim.cmd(":Copilot disable")
vim.g.copilot_enabled = false