From f3953b134fbeaf38baa84b8b3ff208b45a5479f0 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:15:35 +0200 Subject: [PATCH] using neovim instead of vim for the global editor environment variable --- fish/config.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fish/config.fish b/fish/config.fish index ebade5d..dc33e5c 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -6,7 +6,8 @@ if status is-interactive xset r rate 150 30 # Set the editor to use vim - set -xg EDITOR vim + set --export --global EDITOR nvim + # Install OMF if it is not already if test ! -d ~/.local/share/omf