added lua lsp generic config

This commit is contained in:
itdominator 2024-06-22 20:38:37 -05:00
parent e3ea9492a3
commit 183e7358ce
1 changed files with 7 additions and 0 deletions

View File

@ -91,6 +91,13 @@
"socket": "ws://127.0.0.1:3030/?name=java-language-server", "socket": "ws://127.0.0.1:3030/?name=java-language-server",
"initialization-options": {} "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": { "go": {
"info": "https://pkg.go.dev/golang.org/x/tools/gopls#section-readme", "info": "https://pkg.go.dev/golang.org/x/tools/gopls#section-readme",
"alt-command": "gopls", "alt-command": "gopls",