Use stable neovim from now on

main
Steffen Rademacker 2 years ago
parent 71e8684407
commit d7b309cccc

@ -1,6 +1,6 @@
#!/usr/bin/env zsh
brew install neovim --HEAD
brew install neovim
brew install tmux
gem install neovim
pip install neovim

@ -30,7 +30,7 @@ alias vdiff='$EDITOR -d'
alias vi=$EDITOR
alias vim=$EDITOR
alias vimdiff='$EDITOR -d'
alias vimup='brew uninstall neovim && brew install neovim --HEAD && nvim +PackerSync +TSUpdate'
alias vimup='nvim +PackerSync +TSUpdate'
alias yp='yarn lint && yarn production'
alias yre='rm -f yarn.lock && rm -rf node_modules && yarn'
alias ys='yarn start'

Loading…
Cancel
Save