linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
388 stars 41 forks source link

Poetry venvs appearing regardless of `search_venv_managers` setting #9

Closed patrickarmengol closed 1 year ago

patrickarmengol commented 1 year ago

As the title notes, setting the search_venv_managers setting to false seems to have no effect on the search results. Poetry environments are included in the results regardless of other options as well. For example, if I use a bogus name value like name = "asdfqwer", the poetry environments still show up.

patrickarmengol commented 1 year ago

No longer an issue in the most recent version.