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",