|
|
|
@ -5,10 +5,21 @@ return {
|
|
|
|
|
cmd = "Copilot",
|
|
|
|
|
build = ":Copilot auth",
|
|
|
|
|
config = function()
|
|
|
|
|
require("copilot").setup()
|
|
|
|
|
require("copilot").setup({
|
|
|
|
|
suggestion = { enabled = false },
|
|
|
|
|
panel = { enabled = false },
|
|
|
|
|
})
|
|
|
|
|
end
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"zbirenbaum/copilot-cmp",
|
|
|
|
|
dependencies = { "zbirenbaum/copilot.lua", "hrsh7th/nvim-cmp" },
|
|
|
|
|
config = function()
|
|
|
|
|
require("copilot_cmp").setup()
|
|
|
|
|
end,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"CopilotC-Nvim/CopilotChat.nvim",
|
|
|
|
|
dependencies = {
|
|
|
|
|