aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-23 15:22:28 +0800
committerGitHub <noreply@github.com>2020-09-23 15:22:28 +0800
commit31029ef933967618c4d5929ccae4f7c9a6d6cfc0 (patch)
treed8e2b079413a52e28717588c4e273b58d583c240 /docs
parent1ebce655abe521f8fca912d69521edd221cf2a82 (diff)
Update Nvim_setup.sh
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/Nvim_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Nvim_setup.sh b/docs/Nvim_setup.sh
index f0062d7..475f33d 100755
--- a/docs/Nvim_setup.sh
+++ b/docs/Nvim_setup.sh
@@ -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)"