Skip to content

Commit

Permalink
use prebuilt binaries for blink.cmp 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Dec 24, 2024
1 parent 29ee31e commit e2dca62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nvim/lua/plugins/blinkcmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ return {
"saghen/blink.cmp",
lazy = false,
dependencies = "rafamadriz/friendly-snippets",
-- TODO: re-enable version releases when auto_show supports functions. Until then, manually build from latest commit.
-- version = "v0.*",
build = "cargo build --release",
version = "v0.*",
config = function()
local is_enabled = function()
local disabled_ft = {
Expand Down

0 comments on commit e2dca62

Please sign in to comment.