From 70b249675f717b4b8bb1a3db7a6ec17d1547102d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 25 Jan 2025 14:21:44 +0100 Subject: Fix blink config --- fnl/plugins/cmp.fnl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/plugins/cmp.fnl b/fnl/plugins/cmp.fnl index 2723f87..1eb2e9e 100644 --- a/fnl/plugins/cmp.fnl +++ b/fnl/plugins/cmp.fnl @@ -13,10 +13,13 @@ :fallbacks [:snippets :luasnip :buffer] - :score_offset 96} + :score_offset 3} + :snippets {:name :Snippets + :module :blink.cmp.sources.snippets + :score_offset 4} :dadbod {:name :Dadbod :module :vim_dadbod_completion.blink - :score_offset 88}}} + :score_offset 2}}} :snippets {:preset :luasnip :expand (λ [snippet] (let [luasnip (require :luasnip)] -- cgit v1.2.3-70-g09d2