blob: 5a809b7e35dbe588f0d6a510c75056faa00a79e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Desktop Entry]
Type=Application
Name=Neovim
GenericName=Text Editor
Comment=Edit text files
Keywords=Text;editor;
Categories=Utility;TextEditor;Development;
Icon=nvim
# Hardcode foot instead of Terminal=true to avoid depending on KDE's default-terminal setting.
TryExec=foot
Exec=foot --app-id nvim --title Neovim -- nvim %F
Terminal=false
StartupNotify=false
# Extends upstream runtime/nvim.desktop with markdown/yaml/toml/json/lua/python/rust/go/etc.
MimeType=text/plain;text/markdown;text/x-makefile;text/x-cmake;text/x-c;text/x-chdr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-pascal;text/x-tcl;text/x-tex;text/x-moc;text/x-lua;text/x-python;text/x-ruby;text/x-go;text/x-rust;text/x-shellscript;text/x-script.python;text/css;text/html;text/xml;text/yaml;application/json;application/toml;application/x-yaml;application/x-shellscript;application/x-desktop;application/xml;
|