mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +02:00
Update
This commit is contained in:
parent
fa00b60f98
commit
298892cfce
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,6 @@ return {
|
||||||
-- The following are optional:
|
-- The following are optional:
|
||||||
{ 'MeanderingProgrammer/render-markdown.nvim', ft = { 'markdown', 'codecompanion' } },
|
{ 'MeanderingProgrammer/render-markdown.nvim', ft = { 'markdown', 'codecompanion' } },
|
||||||
},
|
},
|
||||||
keys = {
|
|
||||||
{ '<leader>cc', '<cmd>CodeCompanionChat<cr>', desc = 'Start chat' },
|
|
||||||
},
|
|
||||||
config = function()
|
config = function()
|
||||||
require('codecompanion').setup {
|
require('codecompanion').setup {
|
||||||
adapters = {
|
adapters = {
|
||||||
|
@ -27,5 +24,8 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vim.keymap.set('n', '<leader>cc', '<cmd>CodeCompanionChat<cr>', { desc = '[CodeCompanion] Start chat' })
|
||||||
|
vim.keymap.set('v', '<leader>ca', '<cmd>CodeCompanion<cr>', { desc = '[CodeCompanion] Inline chat' })
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue