Closed DWarez closed 1 month ago
solved, I was missing fd
. Just install it:
sudo pacman -S fd
and everything should work fine.
Yeah but I also noticed you are using the very old main branch. :) You should try the regexp branch instead that has tons of updates and allows you to make your own searches if needed.
Also it will find your venvs automatically in most cases without any config.
Yeah but I also noticed you are using the very old main branch. :) You should try the regexp branch instead that has tons of updates and allows you to make your own searches if needed.
Also it will find your venvs automatically in most cases without any config.
I modified my nvim config but I still get the warning of using an older version. How can I know if I'm using the new one? Should I run some command to remove the old plugin and install the new one?
You can switch to the regexp branch in the github repo and follow instructions for installing, but I can link it here as well:
https://github.com/linux-cultist/venv-selector.nvim/tree/regexp
And just remove your old config. :) The new version is a rewrite from scratch to deal with all kinds of issues that were hard to fix without rewriting it. It has its own settings and options as you see in the Readme.
Good luck and hope it works well for you.
Hello, I just installed this plugin but it doesn't seem to work. Whenever I invoke ``:VenvSelect", I get the following error message:
Then a Telescope window opens but I cannot search into it and nothing appears on the list, as in the picture below:
I have installed the plugin using LazyVim, as follows:
Any help is appreciated, thanks!