feat: Install Neovim from nightlies

This commit is contained in:
Michael Yockey
2025-09-22 10:29:58 -04:00
parent f8efc77d79
commit ea52d7097f
3 changed files with 41 additions and 1 deletions

View File

@@ -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