Skip to content

Commit

Permalink
fix: luasnip duplicate items
Browse files Browse the repository at this point in the history
Closes #1081
  • Loading branch information
Saghen committed Jan 26, 2025
1 parent 0b33b6f commit f0f34c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/blink/cmp/sources/snippets/luasnip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function source:get_completions(ctx, callback)
for _, item in ipairs(self.items_cache[ft]) do
table.insert(items, utils.shallow_copy(item))
end
vim.list_extend(items, self.items_cache[ft])
goto continue
end

Expand Down

0 comments on commit f0f34c3

Please sign in to comment.