chore(cmp): change suggestion order

This commit is contained in:
Simon Lasbrugnas 2024-12-06 23:35:33 +01:00
parent 4a3419e02e
commit e70fc81e8e
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -32,9 +32,9 @@ cmp.setup({
end,
},
sources = cmp.config.sources({
{ name = "luasnip", priority = 100 },
{ name = "nvim_lsp" },
{ name = "path" },
{ name = "luasnip" },
{ name = "buffer", group_index = 10 },
{ name = "lazydev", group_index = 0, }
}),