fix(nvim): FileManagers are stupid and hardcode terminals
With this filemanagers are actually able to open files in NeoVim because now *I AM* the person hardcoding a terminal and lying about this not being a terminal app.
This commit is contained in:
parent
1042cb2ea7
commit
1d3b52a713
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ Name=NeoVim
|
|||
GenericName=Text Editor
|
||||
Comment=Edit text files
|
||||
TryExec=nvim
|
||||
Exec=nvim %F
|
||||
Terminal=true
|
||||
Exec=foot -e nvim %F
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Keywords=Text;editor;
|
||||
Icon=nvim
|
||||
|
|
Loading…
Add table
Reference in a new issue