fix(cmp): lsp suggestions before snippets

This commit is contained in:
Daniel Boll 2023-03-28 13:08:37 +00:00 committed by Sidhanth Rathod
parent d7f91016a8
commit 55de4b9c85
1 changed files with 1 additions and 1 deletions

View File

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