On Sat Jul 03, 2021 at 04:45:21PM +0200, Paco Esteban wrote:
> Hi ports@,
>
> This is an update for editors/neovim to 0.5.0, its latest stable
> release.
> I cannot find any changelog information but probably the most
> anticipated features are the lua user config (init.lua) and the LSP
> client.
>
> I've been running nightly builds with a modified port for a couple of
> months now and although I have not tested the lua config, I've been
> using LSP for Go and Python successfully (the Python one is quite slow,
> but more or less usable).
>
> Anyway, tests, comments and OKs welcome.
> Edd, could you please take a look ?
>
Runs fine on amd64. Some nits:
1.) cmake option
- I think we want to add -DCMAKE_SUPPRESS_REGENERATION=ON in
pre-configure
2.) -- Found LuaJit: /usr/local/lib/libluajit-5.1.so.1.0
- neovim is looking for luajit at configure step does it needs that at
runtime too?
No comments:
Post a Comment