mirror of https://github.com/sgoudham/neovide.git
Merge pull request #188 from acheronfail/feat/add-desktop-entry
feat: add desktop entry for linux systemsmacos-click-through
commit
ee21bf1977
@ -0,0 +1,9 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Exec=neovide %F
|
||||||
|
Icon=neovide
|
||||||
|
Name=Neovide (nvim)
|
||||||
|
Keywords=Text;Editor;
|
||||||
|
Categories=Utility;TextEditor;
|
||||||
|
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