applied code companion

This commit is contained in:
Andre Schaf 2025-10-27 15:01:25 +01:00
parent afcf5f92e7
commit ad2f7805d1
3 changed files with 17 additions and 8 deletions

View file

@ -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>")