add copilot
This commit is contained in:
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 {
|
||||
{
|
||||
"gelguy/wilder.nvim",
|
||||
enabled = false,
|
||||
keys = {
|
||||
":",
|
||||
"/",
|
||||
|
|
Loading…
Reference in New Issue