mirror of https://github.com/sgoudham/neovide.git
chore: add %F and mimetype to desktop file
parent
d109662711
commit
060f8d8876
@ -1,8 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=neovide
|
Exec=neovide %F
|
||||||
Icon=neovide
|
Icon=neovide
|
||||||
Name=Neovide (nvim)
|
Name=Neovide (nvim)
|
||||||
Keywords=Text;Editor;
|
Keywords=Text;Editor;
|
||||||
Categories=Utility;TextEditor;
|
Categories=Utility;TextEditor;
|
||||||
Comment=No Nonsense Neovim Client in Rust
|
Comment=No Nonsense Neovim Client in Rust
|
||||||
|
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
|
||||||
|
Loading…
Reference in New Issue