diff --git a/zsh/.zshrc b/zsh/.zshrc index 92190f4..84201c2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -94,6 +94,9 @@ plugins=( zsh-syntax-highlighting ) +export EDITOR=/usr/bin/nvim +export VISUAL=/usr/bin/nvim + source $ZSH/oh-my-zsh.sh alias vi="nvim"