From e17b3332f745ec013a177fb6060c04200bda2f53 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Fri, 22 Apr 2022 23:54:51 +0200 Subject: [PATCH] Add pynvim to mac install script --- install-mac.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-mac.sh b/install-mac.sh index 740f31f..8b6e7d4 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -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