diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 19:56:59 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:41:10 +0200 |
| commit | db2a2fe0848c0d7d004ac3310bca4b837229aa7c (patch) | |
| tree | 7c648c71a1551ae2ed06d830c186fc4bd8db9ae9 /.local/share/applications | |
| parent | adcc295aafec19dcedf591fcc2ece3825e28e9db (diff) | |
| download | dotfiles-db2a2fe0848c0d7d004ac3310bca4b837229aa7c.tar.gz dotfiles-db2a2fe0848c0d7d004ac3310bca4b837229aa7c.zip | |
fix: remove non-standard MimeType in `nvim.desktop`
Diffstat (limited to '.local/share/applications')
| -rw-r--r-- | .local/share/applications/nvim.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/applications/nvim.desktop b/.local/share/applications/nvim.desktop index 7f25b2e..b9d4da5 100644 --- a/.local/share/applications/nvim.desktop +++ b/.local/share/applications/nvim.desktop @@ -14,4 +14,4 @@ Terminal=false StartupNotify=false # Extends upstream runtime/nvim.desktop with markdown/yaml/toml/json/lua/python/rust/go/etc. -MimeType=text/plain;text/english;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; +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; |
