Ensure nvim always opens nvim not $EDITOR

Closes #2900
This commit is contained in:
David Heinemeier Hansson
2025-10-27 17:57:52 +01:00
parent d8f97b8d02
commit 048fdea87a
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Name=Neovim
GenericName=Text Editor
Comment=Edit text files
Exec=omarchy-launch-editor %F
Exec=$TERMINAL -e nvim %F
Terminal=false
Type=Application
Keywords=Text;editor;
+3
View File
@@ -0,0 +1,3 @@
echo "Ensure nvim started from app launcher always starts nvim not $EDITOR"
cp $OMARCHY_PATH/applications/nvim.desktop ~/.local/share/applications/