diff --git a/dot_zshenv b/dot_zshenv index 90d99b9..ba7c368 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -25,8 +25,8 @@ export XDG_CONFIG_HOME=$HOME/.config export TERMINAL=wezterm-gui # Editing -export EDITOR="lvim" -export SUDO_EDITOR=$(which lvim) +export EDITOR="nvim" +export SUDO_EDITOR=$(which nvim) # Go export GOPATH="$HOME/.local/share/go"