13 lines
343 B
Desktop File
Executable file
13 lines
343 B
Desktop File
Executable file
#!/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;
|