linux-cultist / venv-selector.nvim

Allows selection of python virtual environment from within neovim
MIT License
444 stars 46 forks source link

Support lua regular expressions to make VenvSelect more flexible #53

Closed linux-cultist closed 1 year ago

linux-cultist commented 1 year ago

This idea comes from VenvSelect supporting many different venv managers now and they are all found in similar ways, but not exactly the same.

So it would be good if the plugin would support a more generic way to list files and filter out venvs.

Just an idea at this point.

linux-cultist commented 1 year ago

Lua regexps are their own weird flavor and fd doesnt really support regexp in file patterns, only glob-like syntax.

So I think this would probably not be worth the effort.