before index-conflict changes

This commit is contained in:
2025-11-18 19:46:36 +03:00
parent 28ba2135ec
commit 30540602bd
66 changed files with 1403 additions and 879 deletions

25
assets/var/gnu/neovim.md Normal file
View File

@ -0,0 +1,25 @@
neovim nightly
=
https://github.com/neovim/neovim/archive/refs/tags/nightly.tar.gz
``` sh *** build ***
luarocks install lpeg
pkg link gnu luarocks
mkdir -p build; cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/pkg/gnu/neovim
make -j&(nproc)
make install
```
``` cfg *** build deps ***
luv
tree-sitter
unibilium
utf8proc
```
``` cfg *** run deps ***
luajit
```