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
@@ -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