Add pynvim to mac install script
This commit is contained in:
parent
1ccc59c43a
commit
e17b3332f7
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ softwareupdate --install-rosetta
|
|||
|
||||
brew bundle --file $DOTFILES/macos/Brewfile
|
||||
|
||||
# Install pynvim for nvim
|
||||
pip3 install --user pynvim
|
||||
|
||||
# Install PHP extensions with PECL
|
||||
pecl install imagick redis
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue