Last active
May 7, 2025 16:13
-
-
Save noppelmax/1e8d7eeac39ec4fb6bff4d0bc7091b64 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inspired by https://gitea.goudham.com/hammy/neovide/blame/commit/799e043ffd4eb606dad6ecfa7ebd00b3fa72acda/assets/neovide.desktop | |
[Desktop Entry] | |
Type=Application | |
Exec=neovide %F --nvim-bin /opt/nvim-linux64/bin/nvim # Find via $which nvim | |
Icon=~/Pictures/icons/neovide.png | |
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++; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment