add copilot

pull/1467/head
Lorran David 4 months ago
parent 795b0459e0
commit cbf745cb6f

@ -0,0 +1,23 @@
return {
{
"zbirenbaum/copilot.lua",
verylazy = true,
cmd = "Copilot",
build = ":Copilot auth",
config = function()
require("copilot").setup()
end
},
{
"CopilotC-Nvim/CopilotChat.nvim",
dependencies = {
{ "zbirenbaum/copilot.lua" },
{ "nvim-lua/plenary.nvim", branch = "master" }, -- for curl, log and async functions
},
build = "make tiktoken", -- Only on MacOS or Linux
opts = {},
},
{ 'AndreM222/copilot-lualine' },
}

@ -1,6 +1,7 @@
return { return {
{ {
"gelguy/wilder.nvim", "gelguy/wilder.nvim",
enabled = false,
keys = { keys = {
":", ":",
"/", "/",

Loading…
Cancel
Save