Add pynvim to mac install script

This commit is contained in:
Saibotk 2022-04-22 23:54:51 +02:00
parent 1ccc59c43a
commit e17b3332f7
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -30,6 +30,9 @@ softwareupdate --install-rosetta
brew bundle --file $DOTFILES/macos/Brewfile brew bundle --file $DOTFILES/macos/Brewfile
# Install pynvim for nvim
pip3 install --user pynvim
# Install PHP extensions with PECL # Install PHP extensions with PECL
pecl install imagick redis pecl install imagick redis