add copilot

This commit is contained in:
Lorran David 2025-01-04 20:21:57 -03:00
parent 795b0459e0
commit cbf745cb6f
2 changed files with 24 additions and 0 deletions

View File

@ -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' },
}

View File

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