ciderlsp scoring? maybe revert
This commit is contained in:
@ -87,9 +87,9 @@ return {
|
|||||||
sorting = {
|
sorting = {
|
||||||
comparators = {
|
comparators = {
|
||||||
-- compare.score_offset, -- not good at all
|
-- compare.score_offset, -- not good at all
|
||||||
|
compare.score, -- based on : score = score + ((#sources - (source_index - 1)) * sorting.priority_weight)
|
||||||
compare.locality,
|
compare.locality,
|
||||||
compare.recently_used,
|
compare.recently_used,
|
||||||
compare.score, -- based on : score = score + ((#sources - (source_index - 1)) * sorting.priority_weight)
|
|
||||||
compare.offset,
|
compare.offset,
|
||||||
compare.order,
|
compare.order,
|
||||||
-- compare.scopes, -- what?
|
-- compare.scopes, -- what?
|
||||||
|
Reference in New Issue
Block a user