fix(python): check pynvim module

This commit is contained in:
Michel 2024-06-07 17:22:48 +02:00
parent bb7ef7c85c
commit bb7ac0af69
2 changed files with 7 additions and 5 deletions

4
.envrc
View File

@ -25,6 +25,10 @@ if (($(echo $(direnv_layout_dir)/python* | wc --words) > 1)); then
du -sh .direnv/*
fi
if ! pip list | grep pynvim > /dev/null; then
log_error "python: Missing pynvim module"
fi
# neovim remote
if [[ ! -x $HOME/.local/bin/nvr ]]; then
log_error "Neovim remote (nvr) not found"

View File

@ -1,5 +1,3 @@
greenlet==2.0.2
msgpack==1.0.5
neovim-remote==2.5.1
psutil==5.9.4
pynvim==0.4.3
greenlet==3.0.3
msgpack==1.0.8
pynvim==0.5.0