add python bindings for neovim

This commit is contained in:
Julien Rabier 2020-06-01 00:19:08 +02:00
parent 6947105afd
commit 66f4393eb8

View File

@ -14,7 +14,7 @@ fi
if ! [ -x "$(command -v nvim)" ]; then
echo "neovim manque et doit être installé"
MISSING="${MISSING} neovim python3-venv"
MISSING="${MISSING} neovim python3-venv python-neovim python3-neovim"
fi
if ! [ -x "$(command -v exa)" ]; then