org-roam / company-org-roam

Company completion backend for Org-roam
GNU General Public License v3.0
57 stars 4 forks source link

Allow case insensitive completions #10

Open dit7ya opened 4 years ago

dit7ya commented 4 years ago

Currently the completions are case sensitive, it would be really nice to have completions that are case-agnostic.

If this becomes confusing, allowing it for just the first letter would be useful. For example, even if I have a file titled Emacs, I should be able to see completions for emacs once I start typing em.

alan-carroll commented 4 years ago

I will be opening a PR later this week which in part will address this issue. See this topic on the discourse.

I'll see if I can't add one just for case-sensitivity then so it could possibly be merged early.