We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d49b75 commit b1937adCopy full SHA for b1937ad
lua/codecompanion/providers/completion/default/omnifunc.lua
@@ -26,7 +26,7 @@ function M.omnifunc(findstart, base)
26
}
27
28
if config.strategies.chat.slash_commands.opts.acp.enabled then
29
- local trigger = config.strategies.chat.slash_commands.acp.opts.trigger or "\\"
+ local trigger = config.strategies.chat.slash_commands.opts.acp.trigger or "\\"
30
local escaped = vim.pesc(trigger)
31
table.insert(patterns, escaped .. "[%w_]*$") -- ACP commands
32
end
0 commit comments