home: vim: comparison: stronger priority hint
This commit is contained in:
parent
435e56d53a
commit
be3391285a
|
@ -65,6 +65,7 @@ cmp.setup({
|
||||||
{ name = "buffer", max_item_count = 5, priority_weight = 50 },
|
{ name = "buffer", max_item_count = 5, priority_weight = 50 },
|
||||||
},
|
},
|
||||||
sorting = {
|
sorting = {
|
||||||
|
priority_weight = 100,
|
||||||
comparators = {
|
comparators = {
|
||||||
cmp.config.compare.offset,
|
cmp.config.compare.offset,
|
||||||
cmp.config.compare.exact,
|
cmp.config.compare.exact,
|
||||||
|
|
Loading…
Reference in a new issue