homebrew-neovim-nightly icon indicating copy to clipboard operation
homebrew-neovim-nightly copied to clipboard

Could you provide some instructions please?

Open jdart opened this issue 4 years ago • 8 comments

Could you provide instructions for using this please?

jdart avatar Sep 08 '20 02:09 jdart

brew tap jason0x43/homebrew-neovim-nightly && brew cask install neovim-nightly

jdart avatar Sep 08 '20 02:09 jdart

brew tap jason0x43/homebrew-neovim-nightly && brew cask install neovim-nightly

brew tap jason0x43/homebrew-neovim-nightly && brew install neovim-nightly

kbc8894 avatar Feb 07 '21 14:02 kbc8894

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

benwoodward avatar Apr 10 '21 00:04 benwoodward

modern way:

brew tap jason0x43/homebrew-neovim-nightly && brew install --cask neovim-nightly

dderg avatar Jun 21 '21 22:06 dderg

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.

morhaham avatar Sep 09 '22 11:09 morhaham

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

wdtamagi avatar Oct 15 '22 15:10 wdtamagi

Oh seems like you can do it directly with the --HEAD tag

https://github.com/neovim/neovim/wiki/Installing-Neovim#macos--os-x

wdtamagi avatar Oct 15 '22 15:10 wdtamagi

You can use this tap. It supports different architecture.

aimuzov avatar Apr 07 '24 04:04 aimuzov