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
|
GenericName=Text Editor
|
||||||
Comment=Edit text files
|
Comment=Edit text files
|
||||||
TryExec=nvim
|
TryExec=nvim
|
||||||
Exec=nvim %F
|
Exec=foot -e nvim %F
|
||||||
Terminal=true
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Keywords=Text;editor;
|
Keywords=Text;editor;
|
||||||
Icon=nvim
|
Icon=nvim
|
||||||
|
|
Loading…
Add table
Reference in a new issue