homebrew-neovim-nightly
homebrew-neovim-nightly copied to clipboard
Could you provide some instructions please?
Could you provide instructions for using this please?
brew tap jason0x43/homebrew-neovim-nightly && brew cask install neovim-nightly
brew tap jason0x43/homebrew-neovim-nightly && brew cask install neovim-nightly
brew tap jason0x43/homebrew-neovim-nightly && brew install neovim-nightly
Does anyone know how to install neovim-nightly
alongside stable neovim?
EDIT: Never mind, just renamed the existing symbolic link to [email protected]
:
mv /usr/local/bin/nvim /usr/local/bin/[email protected]
❯ ll /usr/local/bin | grep vim
lrwxr-xr-x 61 ben 10 Apr 10:25 nvim -> /usr/local/Caskroom/neovim-nightly/latest/nvim-osx64/bin/nvim
lrwxr-xr-x 31 ben 31 Aug 2020 [email protected] -> ../Cellar/neovim/0.4.4/bin/nvim
modern way:
brew tap jason0x43/homebrew-neovim-nightly && brew install --cask neovim-nightly
on M1 macbook pro:
==> Installing Cask neovim-nightly
==> Purging files for version latest of Cask neovim-nightly
Error: It seems the symlink source '/opt/homebrew/Caskroom/neovim-nightly/latest/nvim-osx64/bin/nvim' is not there.
on M1 macbook pro:
==> Installing Cask neovim-nightly ==> Purging files for version latest of Cask neovim-nightly Error: It seems the symlink source '/opt/homebrew/Caskroom/neovim-nightly/latest/nvim-osx64/bin/nvim' is not there.
Same here
Oh seems like you can do it directly with the --HEAD tag
https://github.com/neovim/neovim/wiki/Installing-Neovim#macos--os-x
You can use this tap. It supports different architecture.