mirror of
https://github.com/harish2704/neovim-konsole.git
synced 2026-09-10 12:51:09 +00:00
Initial commit
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Neovim Gui
|
||||
Exec=nvim-gui
|
||||
MimeType=application/javascript;application/python;text/css;
|
||||
Icon=neovim-mark
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env xdg-open
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Name=Neovim Konsole
|
||||
Exec=nvim-konsole
|
||||
Icon=neovim-mark
|
||||
MimeType=application/javascript;application/python;text/css;
|
||||
Reference in New Issue
Block a user