feat(nvim): display codecompanion settings on new chat

This commit is contained in:
Sergio Laín 2024-09-07 14:34:37 +02:00
parent d69665df2e
commit 55dc14cf56
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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" },