fix(blink): use release version

This commit is contained in:
Folke Lemaitre committed 2024-11-03 15:26:45 +01:00
1 parent fa3739678a
commit 7ebed5349d
1 file changed
+1 -9
+1 -9
View File
@@ -5,9 +5,7 @@ return {
},
{
"saghen/blink.cmp",
-- TODO: use release version
-- version = "*",
version = false,
version = "*",
opts_extend = { "sources.completion.enabled_providers" },
dependencies = {
"rafamadriz/friendly-snippets",
@@ -19,12 +17,6 @@ return {
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {
fuzzy = {
prebuilt_binaries = {
download = true,
force_version = "v0.5.0",
},
},
highlight = {
-- sets the fallback highlight groups to nvim-cmp's highlight groups
-- useful for when your theme doesn't support blink.cmp