diff options
author | UltimateOmega <[email protected]> | 2021-07-27 02:56:37 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-26 18:26:37 -0400 |
commit | cb108adec4799dd592b9bf436247bf98ad56807a (patch) | |
tree | ed320b23d183b6f1baf5cd255a4826227d7002cb /utils/desktop | |
parent | 79ff1548dd74f5cb7297a9f0e08e50a4531458b5 (diff) |
[General] Create lvim.desktop (#1123)
Diffstat (limited to 'utils/desktop')
-rw-r--r-- | utils/desktop/lvim.desktop | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/desktop/lvim.desktop b/utils/desktop/lvim.desktop new file mode 100644 index 00000000..f4a51b10 --- /dev/null +++ b/utils/desktop/lvim.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=LunarVim +GenericName=Text Editor +Comment=An IDE layer for Neovim with sane defaults. Completely free and community driven. +TryExec=lvim +Exec=lvim %F +Terminal=false +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++; |