linux-cultist / venv-selector.nvim

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

Expose values of workspace path and file path #120

Closed linux-cultist closed 1 month ago

linux-cultist commented 1 month ago

User feedback:

Add a way to expose the values that are detected for $WORKSPACE_PATH and $FILE_PATH. Makes it easier to understand where the plugin searches for things.

linux-cultist commented 1 month ago

Added:

Which will contain the values. FILE_PATH changed to FILE_DIR since that is what it is.