From 92806827a9f22828cdfd3573f6cf2c827808e641 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 6 Dec 2018 23:11:49 +0100 Subject: appimage: Include metadata #9320 closes #9320 closes #9128 --- runtime/nvim.appdata.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 runtime/nvim.appdata.xml (limited to 'runtime') diff --git a/runtime/nvim.appdata.xml b/runtime/nvim.appdata.xml new file mode 100644 index 0000000000..095e6c6fa8 --- /dev/null +++ b/runtime/nvim.appdata.xml @@ -0,0 +1,37 @@ + + + + nvim + Apache-2.0 + CC0-1.0 + Neovim + Vim-fork focused on extensibility and usability + + +

Neovim is a refactor of the Vim text editor designed to encourage new features, advanced UIs, and powerful extensions.

+
+ + + + Live :substitute feature + https://neovim.io/images/nvim-screenshot-1.png + + + + nvim.desktop + https://neovim.io/ + https://github.com/neovim/neovim/issues + https://github.com/neovim/neovim/wiki/FAQ + https://neovim.io/doc/ + https://neovim.io/#sponsor + https://github.com/neovim/neovim/tree/master/src/nvim/po + + nvim + +
-- cgit