refactor(nvim): improve cmp comparators

This commit is contained in:
Price Hiller 2023-07-13 22:35:41 -05:00
parent 5a299830fd
commit eb4661da6d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -150,10 +150,10 @@ cmp.setup({
}),
sorting = {
comparators = {
compare.exact,
compare.score,
compare.offset,
compare.recently_used,
compare.exact,
require("cmp_fuzzy_buffer.compare"),
compare.kind,
compare.sort_text,