From: martin f. krafft Date: Tue, 20 May 2025 15:32:49 +0000 (+0200) Subject: disable blink-compat debug mode X-Git-Url: https://git.madduck.net/etc/lazyvim.git/commitdiff_plain/a2a1d36556d0246ef7a593376c6d1217f6163dd2?ds=inline disable blink-compat debug mode --- 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 = {}, }, }