aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-24 22:45:00 +0800
committerjdhao <jdhao@hotmail.com>2020-09-24 22:45:00 +0800
commitb0d5b9765e0a400b9b1a50b3dc7d4f9399a95a55 (patch)
tree4c419148b282d0dbcb9c47abb722f8dbebe124f3 /docs
parent9a8126c3571abdf9bcbd11f432c44e5b3b54c4a6 (diff)
parent42a92ffd6847b4f2784b1484c8f835fbb37f41f7 (diff)
Merge branch 'master' of https://github.com/jdhao/nvim-config
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)"