You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nvim --version
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
system vimrc file: "$VIM/sysinit.vim"
fall-back for$VIM: "/usr/share/nvim"
Run :checkhealth for more info
And I use lunarvim.
EDIT: After some debugging, it is because of the read_venv_name_in_project function and the line:match('^prompt%s*=%s*(.*)') condition. Here is how look my pyenv.cfg (I use venv module, is there other modules that handle virtual envs differently maybe ?).
$ cat /home/paul/<REDACTED>/.venv/pyvenv.cfg
home = /home/paul/<REDACTED>/.venv/bin
include-system-site-packages = false
version = 3.10.16
No description provided.
The text was updated successfully, but these errors were encountered: