neovim -> 0.9.4
parent
98081ced58
commit
ad4595be15
|
@ -2,8 +2,8 @@
|
|||
|
||||
app_name="neovim"
|
||||
tmp_dir="/tmp/${app_name}_tmp"
|
||||
version="0.9.2"
|
||||
release="v0.9.2"
|
||||
version="0.9.4"
|
||||
release="v0.9.4"
|
||||
|
||||
deb_url="https://github.com/neovim/neovim/releases/download/${release}/nvim-linux64.tar.gz"
|
||||
|
||||
|
@ -57,6 +57,7 @@ Maintainer: Yutent <yutent.io@gmail.com>
|
|||
Priority: optional
|
||||
Section: devel
|
||||
Installed-Size: ${size[0]}
|
||||
Homepage: https://github.com/neovim/neovim
|
||||
Description: heavily refactored vim fork
|
||||
Neovim is a fork of Vim focused on modern code and features, rather than
|
||||
running in legacy environments.
|
||||
|
|
Loading…
Reference in New Issue