diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-23 15:22:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 15:22:28 +0800 |
| commit | 31029ef933967618c4d5929ccae4f7c9a6d6cfc0 (patch) | |
| tree | d8e2b079413a52e28717588c4e273b58d583c240 /docs | |
| parent | 1ebce655abe521f8fca912d69521edd221cf2a82 (diff) | |
Update Nvim_setup.sh
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/Nvim_setup.sh | 2 |
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)" |
