chore: update blink config for new version

This commit is contained in:
Alexander Gehrke 2026-05-18 11:49:41 +02:00
parent 30ef275312
commit 027118070c
2 changed files with 23 additions and 19 deletions

View file

@ -13,8 +13,9 @@ return {
},
{ -- optional blink completion source for require statements and module annotations
"saghen/blink.cmp",
dependencies = { "saghen/blink.lib" },
--version = "1.*",
build = "cargo build --release",
build = function() require('blink.cmp').build():wait(60000) end,
---@module 'blink.cmp'
---@type blink.cmp.Config
opts = {