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 d94a21e547
commit 18b5aa5610

View File

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