From f5382b74f3e16fbb720d083fde91b915344cbbf0 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 1 Jan 2025 19:42:30 +0100 Subject: [PATCH] nvim: change source order for blink.cmp --- home/config/nvim/plugins/blink-cmp.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/nvim/plugins/blink-cmp.fnl b/home/config/nvim/plugins/blink-cmp.fnl index 3775d9b..acfcece 100644 --- a/home/config/nvim/plugins/blink-cmp.fnl +++ b/home/config/nvim/plugins/blink-cmp.fnl @@ -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}}}))