diff --git a/lua/plugins/blink.lua b/lua/plugins/blink.lua index e9597d5..0549ce1 100644 --- a/lua/plugins/blink.lua +++ b/lua/plugins/blink.lua @@ -1,7 +1,7 @@ return { "saghen/blink.cmp", -- optional: provides snippets for the snippet source - dependencies = { "rafamadriz/friendly-snippets" }, + dependencies = { "L3MON4D3/LuaSnip" }, -- use a release tag to download pre-built binaries version = "1.*", @@ -36,6 +36,8 @@ return { -- (Default) Only show the documentation popup when manually triggered completion = { documentation = { auto_show = false } }, + snippets = { preset = "luasnip" }, + -- Default list of enabled providers defined so that you can extend it -- elsewhere in your config, without redefining it, due to `opts_extend` sources = {