Update CodeCompanion to use the new API
This commit is contained in:
parent
4314571ff4
commit
57473ff020
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ return {
|
||||||
require("utils").add_keymaps({
|
require("utils").add_keymaps({
|
||||||
n = {
|
n = {
|
||||||
["<Leader>ci"] = { cmd = "<cmd>CodeCompanion<cr>" },
|
["<Leader>ci"] = { cmd = "<cmd>CodeCompanion<cr>" },
|
||||||
["<Leader>cc"] = { cmd = "<cmd>CodeCompanionToggle<cr>" },
|
["<Leader>cc"] = { cmd = "<cmd>CodeCompanionChat toggle<cr>" },
|
||||||
["<Leader>cm"] = { cmd = "<cmd>CodeCompanion /commit<cr>" },
|
["<Leader>cm"] = { cmd = "<cmd>CodeCompanion /commit<cr>" },
|
||||||
},
|
},
|
||||||
v = {
|
v = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue