neovim

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

commit b750dee0a51917b236bdfe6fe6297fe5854f73a5
parent 7e2b75760f1723c44bf69951dad2cb8da92aa213
Author: Christian Clason <ch.clason+github@icloud.com>
Date:   Tue, 11 Mar 2025 11:09:38 +0100

Merge pull request #32836 from clason/bump/luals

ci(deps): bump lua-language-server to 3.13.7
Diffstat:
MCMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -328,7 +328,7 @@ else() set(LUALS_ARCH x64) endif() -set(LUALS_VERSION 3.13.6) +set(LUALS_VERSION 3.13.7) 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})