mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(snippets): mini.snippets is out of beta
This commit is contained in:
parent
c0abf9b64e
commit
1801000ec8
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ return {
|
|||
end
|
||||
--
|
||||
-- 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)
|
||||
return source ~= "snippets"
|
||||
end, opts.sources.default)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue