Use neovim as the default editor

This commit is contained in:
Jonny Barnes 2024-05-28 21:52:10 +01:00
parent e5c057ca15
commit c0981b02e5
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -26,7 +26,7 @@ zstyle ':completion:*' rehash true
export LANG=en_GB.UTF-8
# Preferred editor for local and remote sessions
export EDITOR='vim'
export EDITOR='nvim'
# Set the DEFAULT_USER variable to me (jonny)
export DEFAULT_USER="jonny"