X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/d5cf5d5b61bac62dfe0b5ede59f6c107967a5e56..b7c4a783209bd52631f9b2ef0d7fa07906a12c12:/.config/lazyvim/lua/plugins/blink-compat.lua 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 = {}, }, }