From 4d77ee5c29e31c216de2c63f8a462b1575a8613f Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 31 Mar 2023 19:53:45 +0530 Subject: [PATCH] cmp: lsp suggestions before snippets --- lua/plugins/configs/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/configs/cmp.lua b/lua/plugins/configs/cmp.lua index 2d40fd0..438257e 100644 --- a/lua/plugins/configs/cmp.lua +++ b/lua/plugins/configs/cmp.lua @@ -116,8 +116,8 @@ local options = { }), }, sources = { - { name = "luasnip" }, { name = "nvim_lsp" }, + { name = "luasnip" }, { name = "buffer" }, { name = "nvim_lua" }, { name = "path" },