mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): sort completion items differently
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user