chore(nvim): sort completion items differently

This commit is contained in:
Stefan Imhoff
2022-07-18 17:37:07 +02:00
parent 92c92b67c4
commit b9b0d57dc6

View File

@@ -118,10 +118,10 @@ cmp.setup({
{ name = "nvim_lsp_signature_help" },
{ name = "buffer" },
{ name = "path" },
{ name = "spell" },
{ name = "dictionary" },
{ name = "omni" },
{ name = "nvim_lua" },
{ name = "spell" },
{ name = "npm", keyword_length = 4 },
},
confirm_opts = {