This commit is contained in:
RingOfStorms (Joshua Bell) 2024-11-18 12:47:05 -06:00
parent 9f8756a8dd
commit 2c74ca491a
3 changed files with 44 additions and 46 deletions

View file

@ -74,6 +74,7 @@ return {
suggestion = "<leader><leader>S",
repomap = "<leader><leader>R",
},
-- suggestion = { accept = "<M-y>" },
},
}
end,

View file

@ -34,8 +34,7 @@ return {
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
},
opts = {
-- debug = true, -- Enable debugging
-- See Configuration section for rest
chat_autocomplete = true,
mappings = {
complete = {
insert = "",
@ -168,7 +167,5 @@ return {
{ name = "crates" },
},
})
require("CopilotChat.integrations.cmp").setup()
end,
}