coq_nvim
coq_nvim copied to clipboard
Order of suggestions / showing valid suggestions only
(If this should be reported at some other project, eg. LSP, please let me know.)
If have a module conda_env_lock that has a (private) member _conda_cmd.
I have another module that imports conda_env_lock. I start to type c:
So far so good, this is a valid and useful suggestion. Note that there are lots of invalid suggestions as well.
Now I continue typing cond:
The suggestion changes even though I'm continuing to type the exact letters of the suggestion! This even stays until I'm almost done typing the entire suggestion:
Related? https://github.com/ms-jpq/coq_nvim/issues/100