linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
378 stars 40 forks source link

Make telescope update results as they come in #126

Closed linux-cultist closed 1 month ago

linux-cultist commented 1 month ago

User feedback:

See if its possible to let telescope add results as they come in, rather than wait for all searches to finish and then show all results at once.

It would lead to a smoother user experience when the search is not instant.

Currently the existing behavior is to remove duplicates from the search results before they are shown in telescope (several searches can find the same result). But it would be possible to keep track of whats in the telescope viewer and only add a result if its not already there.

linux-cultist commented 1 month ago

This is completed now in the latest commit, and the plugin also remembers the results from last search. :)