From 4cc7246c23ce0f6f139082086f1768a1893f1694 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 29 Nov 2023 22:11:20 +0000 Subject: [PATCH] ciderlsp scoring? maybe revert --- vim/.vim/lua/plugins/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/lua/plugins/cmp.lua b/vim/.vim/lua/plugins/cmp.lua index ffedc38..f1ed1fb 100644 --- a/vim/.vim/lua/plugins/cmp.lua +++ b/vim/.vim/lua/plugins/cmp.lua @@ -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?