mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: Update lua/lazyvim/plugins/extras/coding/codecompanion.lua
Co-authored-by: Matt Arau <matt@arau.pro>
This commit is contained in:
parent
f6bdf983ed
commit
f225a07801
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ return {
|
|||
|
||||
options.strategies.chat.roles = {
|
||||
llm = " CodeCompanion",
|
||||
user = " " .. user:sub(1, 1):upper() .. user:sub(2),
|
||||
user = " " .. user,
|
||||
}
|
||||
|
||||
options.strategies.chat.keymaps.close.modes = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue