feat(snippets): mini.snippets is out of beta

This commit is contained in:
abeldekat 2025-01-31 16:35:57 +01:00
parent c0abf9b64e
commit 1801000ec8

View file

@ -149,7 +149,7 @@ return {
end end
-- --
-- Blink performs a require on blink.cmp.sources.snippets.default -- Blink performs a require on blink.cmp.sources.snippets.default
-- By removing the source, that default engine will not be used -- By removing the source, the default engine will not be used
opts.sources.default = vim.tbl_filter(function(source) opts.sources.default = vim.tbl_filter(function(source)
return source ~= "snippets" return source ~= "snippets"
end, opts.sources.default) end, opts.sources.default)