mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-06 02:53:38 -08:00
update nvim
This commit is contained in:
@@ -164,6 +164,17 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
---Decorate the user message before it's sent to the LLM
|
||||
---@param message string
|
||||
---@param adapter CodeCompanion.Adapter
|
||||
---@param context table
|
||||
---@return string
|
||||
prompt_decorator = function(message, adapter, context)
|
||||
return string.format([[<prompt>%s</prompt>]], message)
|
||||
end,
|
||||
completion_provider = "cmp",
|
||||
},
|
||||
},
|
||||
inline = {
|
||||
adapter = "copilot",
|
||||
|
||||
Reference in New Issue
Block a user