We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a5767 commit 091af34Copy full SHA for 091af34
lua/codecompanion/strategies/chat/keymaps.lua
@@ -9,11 +9,10 @@ local api = vim.api
9
10
local CONSTANTS = {
11
icons = {
12
- -- TODO: Make the default overwritable.
13
- tools = " ", -- nf-cod-tools
14
- vision = " ", -- nf-md-image_plus
15
- stream = " ", -- nf-fa-arrow_right_arrow_left
16
- reason = " ", -- nf-md-thought_bubble_outline
+ tools = config.display.chat.icons.can_use_tools or " ", -- nf-cod-tools
+ vision = config.display.chat.icons.has_vision or " ", -- nf-md-image_plus
+ stream = config.display.chat.icons.can_stream or " ", -- nf-fa-arrow_right_arrow_left
+ reason = config.display.chat.icons.can_reason or " ", -- nf-md-thought_bubble_outline
17
},
18
}
19
0 commit comments