feat: Use Neovim HEAD

This commit is contained in:
2024-04-28 15:07:09 -04:00
parent 4ace3901c7
commit ed7baf2a81
3 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ fi
echo "Installing dependencies from Homebrew"
brew install -q $(< ./dependencies/homebrew.txt)
echo "Installing Neovim HEAD"
brew install -q neovim --HEAD
echo "Installing rbenv plugins"