change proiority of completion list in nvim-cmp
This commit is contained in:
parent
88bd63d407
commit
fd96cc3c63
|
@ -87,8 +87,8 @@ local options = {
|
|||
}),
|
||||
},
|
||||
sources = {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "buffer" },
|
||||
{ name = "nvim_lua" },
|
||||
{ name = "path" },
|
||||
|
|
Loading…
Reference in New Issue