neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 684be736c15f9ec60d71d5c7fd3ee1dd8083d84e
parent 5ae41ddde35041e0601e94d1c6b348029c3b305b
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Wed, 25 Jun 2025 11:54:30 +0200

ci: bump luals to 3.15.0

Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -352,7 +352,7 @@ else() set(LUALS_ARCH x64) endif() -set(LUALS_VERSION 3.14.0) +set(LUALS_VERSION 3.15.0) set(LUALS "lua-language-server-${LUALS_VERSION}-${CMAKE_SYSTEM_NAME}-${LUALS_ARCH}") set(LUALS_TARBALL ${LUALS}.tar.gz) set(LUALS_URL https://github.com/LuaLS/lua-language-server/releases/download/${LUALS_VERSION}/${LUALS_TARBALL})