We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ee31e commit e2dca62Copy full SHA for e2dca62
nvim/lua/plugins/blinkcmp.lua
@@ -3,9 +3,7 @@ return {
3
"saghen/blink.cmp",
4
lazy = false,
5
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",
+ version = "v0.*",
9
config = function()
10
local is_enabled = function()
11
local disabled_ft = {
0 commit comments