sorter: take advantage of ordinal structure #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I currently make the ordinal like so in the
telescope-lsp-symbols.pickers.document-symbolsubmodule:I should add a sorter (which also handles filtering as far as I can tell?) which takes advantage of the structure. So if we look for "cmd" it actually finds it. I've already got somewhere a string split function which can return the parts between separators without removing empty elements. It works like so:
I could use this to only filter and sort based on fuzzy matches in each name "part".