feat: extract and configure code-companion
This commit is contained in:
parent
599be55422
commit
52fb50b13c
3 changed files with 30 additions and 13 deletions
|
@ -64,6 +64,5 @@ nnoremap("gq", ":Bdelete<CR>")
|
|||
-- toggle search highlighting
|
||||
vim.cmd('nnoremap <expr> * v:hlsearch ? ":nohlsearch<cr>" : "*"')
|
||||
|
||||
-- open Copilot Chat window
|
||||
nnoremap("<leader>cc", ":lua require('CopilotChat').open()<CR>")
|
||||
nnoremap("<leader>C", ":CodeCompanionChat #buffer<CR>")
|
||||
-- open CodeCompanion chat window
|
||||
nnoremap("<leader>cc", ":CodeCompanionChat #buffer{watch} #lsp @full_stack_dev<CR>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue