From a2a1d36556d0246ef7a593376c6d1217f6163dd2 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 20 May 2025 17:32:49 +0200 Subject: [PATCH] disable blink-compat debug mode --- .config/lazyvim/lua/plugins/blink-compat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/lazyvim/lua/plugins/blink-compat.lua b/.config/lazyvim/lua/plugins/blink-compat.lua index 930b8f7..be604e7 100644 --- a/.config/lazyvim/lua/plugins/blink-compat.lua +++ b/.config/lazyvim/lua/plugins/blink-compat.lua @@ -6,6 +6,6 @@ return { -- lazy.nvim will automatically load the plugin when it's required by blink.cmp lazy = true, -- make sure to set opts so that lazy.nvim calls blink.compat's setup - opts = { debug = true }, + opts = {}, }, } -- 2.39.5