feat: Install Neovim from nightlies
This commit is contained in:
@@ -10,6 +10,9 @@ case `uname` in
|
||||
|
||||
echo "Installing dependencies from Homebrew"
|
||||
brew install -q $(< ./dependencies/homebrew.txt)
|
||||
|
||||
echo "Installing Neovim nightly"
|
||||
./scripts/upstall_neovim_macos.zsh
|
||||
;;
|
||||
Linux)
|
||||
mkdir -p ~/.local/share
|
||||
|
||||
Reference in New Issue
Block a user