home: vim: comparison: stronger priority hint

This commit is contained in:
Bruno BELANYI 2022-03-07 21:02:30 +01:00
parent 01f2dfd028
commit fa8961c9d9

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,