From 183e7358ce5bb7bee7a00a2ce154680ce2d67289 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 22 Jun 2024 20:38:37 -0500 Subject: [PATCH] added lua lsp generic config --- user_config/usr/share/newton/lsp-servers-config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user_config/usr/share/newton/lsp-servers-config.json b/user_config/usr/share/newton/lsp-servers-config.json index e503da3..fa3e9f1 100644 --- a/user_config/usr/share/newton/lsp-servers-config.json +++ b/user_config/usr/share/newton/lsp-servers-config.json @@ -91,6 +91,13 @@ "socket": "ws://127.0.0.1:3030/?name=java-language-server", "initialization-options": {} }, + "lua": { + "info": "https://github.com/LuaLS/lua-language-server", + "alt-command": "lua-language-server", + "command": "lsp-ws-proxy --listen 3030 -- lua-language-server", + "socket": "ws://127.0.0.1:3030/?name=gopls", + "initialization-options": {} + }, "go": { "info": "https://pkg.go.dev/golang.org/x/tools/gopls#section-readme", "alt-command": "gopls",