linux-cultist / venv-selector.nvim

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

fix default poetry path #43

Closed MrGreenTea closed 11 months ago

MrGreenTea commented 11 months ago

Removed the space in the path as it is incorrect. Since the last update my venv selection has been empty and now I know why :)

linux-cultist commented 11 months ago

Thank you, that was not intended to be pushed actually. It was my internal testing to work on handling spaces in filenames. Thanks for the fix!