linux-cultist / venv-selector.nvim

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

Add option to exclude directories without needing to know fd syntax #130

Open linux-cultist opened 1 month ago

linux-cultist commented 1 month ago

User feedback:

For new users it would probably be nice with a way to exclude certains directories without having to learn fd. So basically just somewhere you could provide it with a list of directories that it would then add as -E {dir1} -E {dir2} to the commands.

We could just have an option where the user could set a list of directories to exclude, and those would be excluded as part of the default cwd search.