Use whatever nvim is in $PATH

This commit is contained in:
John Mertz 2024-01-30 20:23:56 -07:00
parent 33da9a1327
commit db2b6142a2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export GDK_BACKEND="wayland"
export DCONF=".config/dconf/user"
# Setup editor
export EDITOR="${HOME}/.dotfiles/nix/bin/nvim"
export EDITOR="nvim"
# If not running interactively, don't do anything
case $- in