Skip to main content

Copilot

To use this, add it to your lazy.nvim imports:

lua/config/lazy.lua
require("lazy").setup({
spec = {
{ "folke/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.coding.copilot" },
{ import = "plugins" },
},
})

copilot.lua

copilot

opts = {
suggestion = { enabled = false },
panel = { enabled = false },
}

copilot-cmp

opts = {}