Fix ruby/python for neovim

main
Steffen Rademacker 4 years ago
parent 4d5371b92d
commit eadaab983d

@ -18,7 +18,6 @@ brew install nss
brew install openssl
brew install php@7.3
brew install ripgrep
brew install ruby
brew install switchaudio-osx
# dnsmasq

@ -43,7 +43,12 @@ mkdir -p ~/Library/LaunchAgents
brew services start clipper
# install deps + plugins for neovim
brew install python
brew install ruby
brew install python@3
brew link python@3
gem install neovim
easy_install --user pip
python -m pip install --user neovim
pip3 install neovim
curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
sh installer.sh ~/.config/nvim/dein

@ -20,7 +20,7 @@ export PATH=/usr/local/bin:$PATH
export PATH=/usr/local/sbin:$PATH
export PATH=/usr/local/opt/curl/bin:$PATH
export PATH=/usr/local/opt/ruby/bin:$PATH
export PATH=/usr/local/lib/ruby/gems/2.6.0/bin:$PATH
export PATH=/usr/local/lib/ruby/gems/2.7.0/bin:$PATH
export PATH=/usr/local/opt/php@7.3/bin:$PATH
export PATH=/usr/local/opt/php@7.3/sbin:$PATH

@ -1 +1 @@
Subproject commit fb929edc30192407a9298aad64f55ca1b19a464e
Subproject commit 2d60a47cc407117815a1d7b331ef226aa400a344
Loading…
Cancel
Save