Skip to content

Commit

Permalink
feat(neovim): codecompanion keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Nov 20, 2024
1 parent fe4e129 commit 394d9fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .config/nvim/lua/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ return {
},
strategies = {
chat = {
keymaps = {
send = {
modes = {
i = { "<C-CR>", "<C-s>" },
},
},
},
roles = { llm = "CodeCompanion", user = "olimorris" },
slash_commands = {
["buffer"] = {
Expand Down

0 comments on commit 394d9fd

Please sign in to comment.