From a43b40e3df837201bd72ebba084f7649eff4baad Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 9 Nov 2024 16:47:06 +0800 Subject: [PATCH] add neovim --- README.md | 1 + data/github.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 26ca31a..4fe2999 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh |LocalSend|localsend|[Github Releases](https://github.com/localsend/localsend/releases)| |Motrix|motrix|[Github Releases](https://github.com/agalwood/Motrix/releases)| |PeaZip|peazip|[Github Releases](https://github.com/peazip/PeaZip/releases)| +|Neovim/Nvim|neovim|[Github Releases](https://github.com/neovim/neovim-releases/releases)| ### 合并自官方 repo diff --git a/data/github.json b/data/github.json index 4df4dbb..3a80d6a 100644 --- a/data/github.json +++ b/data/github.json @@ -82,5 +82,11 @@ "file_list": [ "peazip_{version_tag}.LINUX.GTK2-1_amd64.deb" ] + }, + "neovim": { + "repo": "neovim/neovim-releases/", + "file_list": [ + "nvim-linux64.deb " + ] } } \ No newline at end of file