applied code companion
This commit is contained in:
parent
afcf5f92e7
commit
ad2f7805d1
3 changed files with 17 additions and 8 deletions
|
|
@ -29,3 +29,7 @@ vim.keymap.set("n", "<leader>tc", ":tabc<CR>")
|
|||
-- copy current file path
|
||||
vim.keymap.set("n", "<leader>cp", ":let @+ = expand('%')<CR>")
|
||||
|
||||
-- code companion
|
||||
vim.keymap.set({"n", "v"}, "<leader>cc", ":CodeCompanionChat Toggle<CR>")
|
||||
vim.keymap.set("v", "<leader>acc", "<cmd>CodeCompanionChat Add<cr>")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue