nvim.appdata.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright 2018 Neovim contributors
  4. See also:
  5. https://appimage.github.io/neovim/
  6. https://github.com/flathub/io.neovim.nvim
  7. -->
  8. <component type="desktop-application">
  9. <id>nvim</id>
  10. <project_license>Apache-2.0</project_license>
  11. <metadata_license>CC0-1.0</metadata_license>
  12. <name>Neovim</name>
  13. <summary>Vim-fork focused on extensibility and usability</summary>
  14. <description>
  15. <p>Neovim is a refactor of the Vim text editor designed to encourage new features, advanced UIs, and powerful extensions.</p>
  16. </description>
  17. <screenshots>
  18. <screenshot type="default">
  19. <caption>Live :substitute feature</caption>
  20. <image>https://neovim.io/images/nvim-screenshot-1.png</image>
  21. </screenshot>
  22. </screenshots>
  23. <launchable type="desktop-id">nvim.desktop</launchable>
  24. <url type="homepage">https://neovim.io/</url>
  25. <url type="bugtracker">https://github.com/neovim/neovim/issues</url>
  26. <url type="faq">https://github.com/neovim/neovim/wiki/FAQ</url>
  27. <url type="help">https://neovim.io/doc/</url>
  28. <url type="donation">https://neovim.io/#sponsor</url>
  29. <url type="translate">https://github.com/neovim/neovim/tree/master/src/nvim/po</url>
  30. <provides>
  31. <binary>nvim</binary>
  32. </provides>
  33. </component>