Hi,

On Thu, 2023-01-19 at 14:02 +0100, Xavier Bestel wrote:
> Le jeudi 19 janvier 2023 à 21:14 +0900, Osamu Aoki a écrit :
> [...]
> > the upstream neovim folks release a functional Debian package nvim-
> > linux64.deb at https://github.com/neovim/neovim/releases/ .
> 
> Unfortunately my laptop is arm64 (it's a Mac M1 with Debian on top), so
> these packages can't work.
> I'll just wait.

They also provide tar.gz source.  You can build binary executable by following:
> https://github.com/neovim/neovim/wiki/Building-Neovim#ubuntu--debian
> https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-source

Please note this build script downloads dependencies during its build process to
provide /usr/local/bin/nvim.  So this build script can't be used "as is" for the
official package build.  But for your local need, this may be a good option to
build functional executable binary.

Many new nvim scripts tends to require 0.8 features such as ones provided by the
treesitter and api such as lua autocmd.  After all, neovim is a fast moving
target --- 0.9 in a few weeks.   Some of its popular ecosystem tend to require
us to be on the bleeding edge of nvim release.

Good luck.

Osamu 

Reply via email to