diff --git a/config.nu b/config.nu index 8d21fbc..c8ad45a 100644 --- a/config.nu +++ b/config.nu @@ -18,8 +18,8 @@ # them for future reference. $env.config.show_banner = false -$env.EDITOR = 'hx' -$env.VISUAL = 'hx' +$env.EDITOR = 'nvim' +$env.VISUAL = 'nvim' if ((sys host).name !~ '.*Windows.*') { $env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock' }