fix(cmp): lsp suggestions before snippets

pull/1874/head
Daniel Boll 1 year ago committed by Sidhanth Rathod
parent d7f91016a8
commit 55de4b9c85

@ -105,8 +105,8 @@ local options = {
}),
},
sources = {
{ name = "luasnip" },
{ name = "nvim_lsp" },
{ name = "luasnip" },
{ name = "buffer" },
{ name = "nvim_lua" },
{ name = "path" },

Loading…
Cancel
Save