neovim

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

commit eea0aff4e5e582aede2516ab23acdd6d00cbfeab
parent ed071672613bbd3d5b5e5618a12ca6975244ca9b
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Wed, 12 Mar 2025 11:27:44 +0100

ci(deps): bump lua-language-server to 3.13.8

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.7) +set(LUALS_VERSION 3.13.8) 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})