fix(python): check pynvim module
This commit is contained in:
parent
bb7ef7c85c
commit
bb7ac0af69
4
.envrc
4
.envrc
@ -25,6 +25,10 @@ if (($(echo $(direnv_layout_dir)/python* | wc --words) > 1)); then
|
|||||||
du -sh .direnv/*
|
du -sh .direnv/*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! pip list | grep pynvim > /dev/null; then
|
||||||
|
log_error "python: Missing pynvim module"
|
||||||
|
fi
|
||||||
|
|
||||||
# neovim remote
|
# neovim remote
|
||||||
if [[ ! -x $HOME/.local/bin/nvr ]]; then
|
if [[ ! -x $HOME/.local/bin/nvr ]]; then
|
||||||
log_error "Neovim remote (nvr) not found"
|
log_error "Neovim remote (nvr) not found"
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
greenlet==2.0.2
|
greenlet==3.0.3
|
||||||
msgpack==1.0.5
|
msgpack==1.0.8
|
||||||
neovim-remote==2.5.1
|
pynvim==0.5.0
|
||||||
psutil==5.9.4
|
|
||||||
pynvim==0.4.3
|
|
||||||
|
Loading…
Reference in New Issue
Block a user