From 890fe6f9287a9fb0b2522f075225105bf8a2c514 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 1 Apr 2024 19:03:58 +0100 Subject: [PATCH] Reorder cmp sources so LSP results are first --- lua/plugins/completions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 9db7f46..4006dab 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -112,8 +112,8 @@ return { }), sources = { - { name = 'luasnip' }, { name = 'nvim_lsp' }, + { name = 'luasnip' }, -- { name = 'buffer' }, { name = 'path' }, -- { name = 'cmdline' },