From d7b309cccc15f53c0c8dce1a51b2a113010d4f11 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 6 Jul 2022 12:13:46 +0200 Subject: [PATCH] Use stable neovim from now on --- install/3_vimux.sh | 2 +- zsh/aliases.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/3_vimux.sh b/install/3_vimux.sh index 4d83b392..52f599d6 100755 --- a/install/3_vimux.sh +++ b/install/3_vimux.sh @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -brew install neovim --HEAD +brew install neovim brew install tmux gem install neovim pip install neovim diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 4e97c518..426f6dd9 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -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'