If you'd rather not have Copilot at all, you can disable it by adding "features": {"copilot": false } to your settings file. Zed already has built-in support for LSP servers, so getting access to Copilot was as simple as downloading the Copilot LSP from the Neovim plugin repository. We introduced settings to disable Copilot per language, added a 75ms debounce before suggesting text, and prioritized the language's real LSP over Copilot when conflicts arose.