2023-04-08 20:29:34 +02:00
|
|
|
# To update:
|
|
|
|
# ```
|
|
|
|
# curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage \
|
|
|
|
# --output-dir $HOME/bin &&
|
|
|
|
# chmod u+x $HOME/bin/nvim.appimage
|
|
|
|
# ```
|
|
|
|
#
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=Neovim ($HOME/bin)
|
|
|
|
GenericName=Text Editor
|
2023-10-09 14:33:29 +02:00
|
|
|
TryExec=/opt/neovim/bin/nvim.appimage
|
|
|
|
Exec=/opt/neovim/bin/nvim.appimage
|
2023-04-08 20:29:34 +02:00
|
|
|
Terminal=true
|
|
|
|
Type=Application
|
|
|
|
Keywords=Text;editor;
|
|
|
|
Icon=nvim
|
|
|
|
Categories=Utility;TextEditor;
|
|
|
|
StartupNotify=false
|
|
|
|
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++;
|
|
|
|
|
|
|
|
#
|
|
|
|
# See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
|