Improvements
This commit is contained in:
parent
cc50f4ce09
commit
b402b22a75
4 changed files with 58 additions and 19 deletions
13
.local/share/applications/goneovim.desktop
Executable file
13
.local/share/applications/goneovim.desktop
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env xdg-open
|
||||
# Desktop entry modified by Endie
|
||||
# Original by Goneovim AUR package maintainers
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Goneovim
|
||||
Comment=Neovim GUI written in Golang, using a Golang qt backend
|
||||
Exec=/usr/bin/goneovim --nvim=/usr/bin/nvim %F
|
||||
Icon=vim
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Application;
|
||||
Loading…
Add table
Add a link
Reference in a new issue