home: vim: comparison: stronger priority hint

This commit is contained in:
Bruno BELANYI 2022-03-07 21:02:30 +01:00
parent 435e56d53a
commit be3391285a

View file

@ -65,6 +65,7 @@ cmp.setup({
{ name = "buffer", max_item_count = 5, priority_weight = 50 },
},
sorting = {
priority_weight = 100,
comparators = {
cmp.config.compare.offset,
cmp.config.compare.exact,