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 },
|
||||
},
|
||||
sorting = {
|
||||
priority_weight = 100,
|
||||
comparators = {
|
||||
cmp.config.compare.offset,
|
||||
cmp.config.compare.exact,
|
||||
|
|
Loading…
Reference in a new issue