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 85bba3f commit 6ce221eCopy full SHA for 6ce221e
lua/phoenix/init.lua
@@ -546,7 +546,7 @@ function Snippet:get_completions(prefix)
546
local snippet_prefix = type(snippet_data.prefix) == 'string' and { snippet_data.prefix }
547
or snippet_data.prefix
548
if
549
- snippet_prefix_match(snippet_data.prefix)
+ snippet_prefix_match(snippet_prefix)
550
or (
551
vim.o.completeopt:find('fuzzy')
552
and next(vim.fn.matchfuzzy({ snippet_prefix }, prefix:lower())) ~= nil
0 commit comments