update nvim

This commit is contained in:
2025-09-12 00:41:38 -07:00
parent f632c549d9
commit 7f2e13e034
11 changed files with 365 additions and 107 deletions

View File

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