X-Git-Url: https://git.madduck.net/etc/lazyvim.git/blobdiff_plain/939065fdb1a76f4772e8e35ad8a0f4ba99d7f46f..d5cf5d5b61bac62dfe0b5ede59f6c107967a5e56:/.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 new file mode 100644 index 0000000..930b8f7 --- /dev/null +++ b/.config/lazyvim/lua/plugins/blink-compat.lua @@ -0,0 +1,11 @@ +return { + { + "saghen/blink.compat", + -- use the latest release, via version = '*', if you also use the latest release for blink.cmp + version = "*", + -- 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 }, + }, +}