change proiority of completion list in nvim-cmp

This commit is contained in:
Mohammad Hosein 2022-06-03 05:42:06 +04:30 committed by siduck
parent 88bd63d407
commit fd96cc3c63
1 changed files with 1 additions and 1 deletions

View File

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