summaryrefslogtreecommitdiff
path: root/fnl/plugins/cmp.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/cmp.fnl')
-rw-r--r--fnl/plugins/cmp.fnl7
1 files changed, 5 insertions, 2 deletions
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)]