Include missing Python packages

This commit is contained in:
Raoul Snyman 2023-07-11 11:20:51 -07:00
parent 7fc5895ef8
commit 7fc97cec66
Signed by: raoul
GPG Key ID: CD4FD196F8BD6149
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function setup_neovim() {
return
fi
echo "Setting up neovim..."
check_or_install nvim "neovim python3-neovim"
check_or_install nvim "neovim python3-neovim python3-jedi python3-flake8 python3-mypy flake8 mypy"
cd $HOME/.config
ln -s $DIR/nvim
curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \