From 9d9d954d779e4ac1a32c24cfd9c458de428bcbcd Mon Sep 17 00:00:00 2001 From: Jannik Donker Date: Fri, 23 May 2025 10:59:40 +0200 Subject: [PATCH] add: luasnip --- lua/plugins/blink.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {