nvim: change source order for blink.cmp
This commit is contained in:
parent
1fee72709f
commit
f5382b74f3
1 changed files with 1 additions and 1 deletions
|
@ -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}}}))
|
||||
|
|
Loading…
Reference in a new issue