chore(cmp): change suggestion order
This commit is contained in:
parent
4a3419e02e
commit
e70fc81e8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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, }
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue