1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Update Nvim_setup.sh

This commit is contained in:
jdhao
2020-09-23 15:22:28 +08:00
committed by GitHub
parent 1ebce655ab
commit 31029ef933

View File

@@ -66,7 +66,7 @@ fi
# Install some Python packages used by Neovim plugins.
echo "Installing Python packages"
PY_PACKAGES="pynvim jedi pylint flake8 yapf black"
PY_PACKAGES="pynvim jedi pylint flake8 yapf black vim-vint"
if [[ "$SYSTEM_PYTHON" = true ]]; then
echo "Using system Python to install $(PY_PACKAGES)"