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

@@ -71,9 +71,13 @@ done
source $HOME/.scripts/geometry/geometry.zsh
case `uname` in
Darwin)
# Neovim nightly
export PATH="$HOME/opt/nvim-macos-$(uname -m)/bin:$PATH"
;;
Linux)
export PATH=/home/myockey/.local/bin:$PATH
;;
;;
esac
. "$HOME/.atuin/bin/env"