ciderlsp scoring? maybe revert

This commit is contained in:
Christian Nieves
2023-11-29 22:11:20 +00:00
parent c757a59c6d
commit 4cc7246c23

View File

@ -87,9 +87,9 @@ return {
sorting = {
comparators = {
-- compare.score_offset, -- not good at all
compare.score, -- based on : score = score + ((#sources - (source_index - 1)) * sorting.priority_weight)
compare.locality,
compare.recently_used,
compare.score, -- based on : score = score + ((#sources - (source_index - 1)) * sorting.priority_weight)
compare.offset,
compare.order,
-- compare.scopes, -- what?