✨ feat(nvim): display codecompanion settings on new chat
This commit is contained in:
parent
d69665df2e
commit
55dc14cf56
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ return {
|
|||
inline = { adapter = "deepseek_coder" },
|
||||
agent = { adapter = "deepseek_coder" },
|
||||
},
|
||||
display = {
|
||||
chat = {
|
||||
show_settings = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{ prefix .. "a", "<cmd>CodeCompanionActions<cr>", mode = { "n", "v" }, desc = "Action Palette" },
|
||||
|
|
Loading…
Add table
Reference in a new issue