mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(blink): use release version
This commit is contained in:
parent
fa3739678a
commit
7ebed5349d
1 changed files with 1 additions and 9 deletions
|
@ -5,9 +5,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"saghen/blink.cmp",
|
"saghen/blink.cmp",
|
||||||
-- TODO: use release version
|
version = "*",
|
||||||
-- version = "*",
|
|
||||||
version = false,
|
|
||||||
opts_extend = { "sources.completion.enabled_providers" },
|
opts_extend = { "sources.completion.enabled_providers" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"rafamadriz/friendly-snippets",
|
"rafamadriz/friendly-snippets",
|
||||||
|
@ -19,12 +17,6 @@ return {
|
||||||
---@module 'blink.cmp'
|
---@module 'blink.cmp'
|
||||||
---@type blink.cmp.Config
|
---@type blink.cmp.Config
|
||||||
opts = {
|
opts = {
|
||||||
fuzzy = {
|
|
||||||
prebuilt_binaries = {
|
|
||||||
download = true,
|
|
||||||
force_version = "v0.5.0",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
highlight = {
|
highlight = {
|
||||||
-- sets the fallback highlight groups to nvim-cmp's highlight groups
|
-- sets the fallback highlight groups to nvim-cmp's highlight groups
|
||||||
-- useful for when your theme doesn't support blink.cmp
|
-- useful for when your theme doesn't support blink.cmp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue