back to nvim

This commit is contained in:
2026-01-01 04:15:35 +01:00
parent 5b62876730
commit 642d97a8d7
6 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ fi
# Triggered when SSH into the machine
if [[ $- == *i* ]]; then
# Set EDITOR and VISUAL, mainly for sudoedit
for app in helix nvim vim vi nano; do
for app in nvim helix vim vi nano; do
if command -v "$app" >/dev/null 2>&1; then
EDITOR="$app"
VISUAL="$app"
+1 -1
View File
@@ -11,7 +11,7 @@ if type -q bat
end
# Editor
for app in helix nvim vim vi nano
for app in nvim helix vim vi nano
if type -q $app
set -x -g EDITOR $app
set -x -g VISUAL $app