New comment by vazw on void-packages repository https://github.com/void-linux/void-packages/pull/50372#issuecomment-2119834682 Comment: I got these error while installing ```sh -- Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) (Required is exact version "5.1") CMake Error at /usr/libexec/xbps-src/share/cmake-3.27/Modules/ExternalProject.cmake:3176 (message): No download info given for 'treesitter_c' and its source directory: /builddir/neovim-0.10.0/.deps/build/src/treesitter_c is not an existing non-empty directory. Please specify one of: * SOURCE_DIR with an existing non-empty directory * DOWNLOAD_COMMAND * URL * GIT_REPOSITORY * SVN_REPOSITORY * HG_REPOSITORY * CVS_REPOSITORY and CVS_MODULE Call Stack (most recent call first): /usr/libexec/xbps-src/share/cmake-3.27/Modules/ExternalProject.cmake:4345 (_ep_add_download_command) cmake/BuildTreesitterParsers.cmake:21 (ExternalProject_Add) cmake/BuildTreesitterParsers.cmake:31 (BuildTSParser) CMakeLists.txt:155 (include) -- Configuring incomplete, errors occurred! => ERROR: neovim-0.10.0_1: pre_configure: 'cmake -S cmake.deps -B .deps -G Ninja -DUSE_BUNDLED=OFF -DUSE_BUNDLED_TS_PARSERS=ON' exited with 1 => ERROR: in pre_configure() at srcpkgs/neovim/template:81 ```