1
0
Fork 0

nvim: change source order for blink.cmp

This commit is contained in:
Daniel Kempkens 2025-01-01 19:42:30 +01:00
parent 1fee72709f
commit f5382b74f3
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -42,6 +42,6 @@
:ghost_text {:enabled false}}
:signature {:enabled true}
:snippets config-snippets
:sources {:default [:lsp :cmp_tabnine :path :luasnip :buffer]
:sources {:default [:lsp :luasnip :buffer :path :cmp_tabnine]
:providers config-sources-providers}
:fuzzy {:prebuilt_binaries {:download false :force_version nil}}}))