From b3ef4956e90e85b2717187a98298433531e3577e Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Wed, 9 Jul 2025 16:00:31 +0200 Subject: [PATCH] added snippets as a source to blink-cmp --- lua/plugins/blink-cmp.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/blink-cmp.lua b/lua/plugins/blink-cmp.lua index a78da42..d14a403 100644 --- a/lua/plugins/blink-cmp.lua +++ b/lua/plugins/blink-cmp.lua @@ -18,6 +18,9 @@ return { end return "make install_jsregexp" end)(), + config = function() + require 'snippets' + end, dependencies = { -- `friendly-snippets` contains a variety of premade snippets. -- See the README about individual language/framework/plugin snippets: