refactor: back to nvim for nvim

This commit is contained in:
George Rawlinson 2022-06-14 17:13:13 +12:00
parent a4d335eada
commit a8552fac0b
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -2,7 +2,7 @@
# environment variables
#
export EDITOR="vim"
export EDITOR="nvim"
# locale
export LANG='en_NZ.UTF-8'