You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked existing issues and there are no existing ones with the same request.
Feature description
Love this plugin! Found it right after writing up a note of my own almost word for word matching your design motivatoin section 😄 Have just spent the last hour setting this up to match my cmp configuration and wow is it cleaner, tysm!
One thing that is missing though, as far as I can tell, is a way to configure item level scoring. What I want is to be able to adjust the score of entries depending on things such as (if from an lsp) the kind of the entry and the distance from the cursor of the entry (such as in cmp)
Help
Yes
Implementation help
Would be happy to help if you can point me in the right direction :)
The text was updated successfully, but these errors were encountered:
Glad you like the plugin
I'm currently busy with uni so I don't have a lot of time to work on this (should get better in the next few weeks)
if you'd like to work on this yourself
you should add a function to the config to which the entry (and perhaps the current context) gets passed
this function gets then should be called in the lua/care/matcher.lua at the end to just add some additional value (or just modify, but then you'd have to pass the fzy score as well) to the score
Issues
Feature description
Love this plugin! Found it right after writing up a note of my own almost word for word matching your design motivatoin section 😄 Have just spent the last hour setting this up to match my cmp configuration and wow is it cleaner, tysm!
One thing that is missing though, as far as I can tell, is a way to configure item level scoring. What I want is to be able to adjust the score of entries depending on things such as (if from an lsp) the kind of the entry and the distance from the cursor of the entry (such as in cmp)
Help
Yes
Implementation help
Would be happy to help if you can point me in the right direction :)
The text was updated successfully, but these errors were encountered: