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
Hi, I'm the maintainer of crates.nvim. saecki/crates.nvim#69 brought up the issue of versions not being sorted lexicographically (which is intended). Previously this was done by setting sortText on the CompletionItems. But sometime in the past the sort_text scoring was removed from the default configuration of nvim-cmp.
Is there some other way for a plugin to make sure the CompletionItems provided are sorted in the right way?
The text was updated successfully, but these errors were encountered:
Hi, I'm the maintainer of crates.nvim. saecki/crates.nvim#69 brought up the issue of versions not being sorted lexicographically (which is intended). Previously this was done by setting
sortText
on theCompletionItem
s. But sometime in the past thesort_text
scoring was removed from the default configuration ofnvim-cmp
.Is there some other way for a plugin to make sure the
CompletionItem
s provided are sorted in the right way?The text was updated successfully, but these errors were encountered: