updates
This commit is contained in:
parent
9f8756a8dd
commit
2c74ca491a
3 changed files with 44 additions and 46 deletions
|
@ -74,6 +74,7 @@ return {
|
|||
suggestion = "<leader><leader>S",
|
||||
repomap = "<leader><leader>R",
|
||||
},
|
||||
-- suggestion = { accept = "<M-y>" },
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue