Skip to content

Commit e2dca62

Browse files
committed
use prebuilt binaries for blink.cmp 🤖
1 parent 29ee31e commit e2dca62

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nvim/lua/plugins/blinkcmp.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ return {
33
"saghen/blink.cmp",
44
lazy = false,
55
dependencies = "rafamadriz/friendly-snippets",
6-
-- TODO: re-enable version releases when auto_show supports functions. Until then, manually build from latest commit.
7-
-- version = "v0.*",
8-
build = "cargo build --release",
6+
version = "v0.*",
97
config = function()
108
local is_enabled = function()
119
local disabled_ft = {

0 commit comments

Comments
 (0)