feat(nvim/blink.cmp): always use lua implementation

This commit is contained in:
2025-11-24 18:04:11 +08:00
parent 3d116fe3a7
commit 9faf6cdfe4

View File

@@ -176,7 +176,6 @@ local plugins = {
{ {
"saghen/blink.cmp", "saghen/blink.cmp",
event = "VeryLazy", event = "VeryLazy",
build = "cargo build --release",
dependencies = { dependencies = {
{ {
"L3MON4D3/LuaSnip", "L3MON4D3/LuaSnip",