diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-24 22:45:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-24 22:45:00 +0800 |
| commit | b0d5b9765e0a400b9b1a50b3dc7d4f9399a95a55 (patch) | |
| tree | 4c419148b282d0dbcb9c47abb722f8dbebe124f3 /docs | |
| parent | 9a8126c3571abdf9bcbd11f432c44e5b3b54c4a6 (diff) | |
| parent | 42a92ffd6847b4f2784b1484c8f835fbb37f41f7 (diff) | |
Merge branch 'master' of https://github.com/jdhao/nvim-config
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)" |
