2024-03-20 03:20:35 +00:00
|
|
|
{
|
|
|
|
"sh": {
|
|
|
|
"info": "",
|
2024-04-05 04:29:06 +00:00
|
|
|
"alt-command": "",
|
2024-03-28 06:06:53 +00:00
|
|
|
"command": "",
|
2024-04-05 04:29:06 +00:00
|
|
|
"socket": "ws://127.0.0.1:3030/?name=shell",
|
2024-04-06 03:44:24 +00:00
|
|
|
"initialization-options": {}
|
2024-03-20 03:20:35 +00:00
|
|
|
},
|
2024-04-09 05:19:21 +00:00
|
|
|
"python": {
|
2024-03-20 03:20:35 +00:00
|
|
|
"info": "https://github.com/python-lsp/python-lsp-server",
|
2024-04-05 04:29:06 +00:00
|
|
|
"alt-command": "pylsp --ws --port 3030",
|
|
|
|
"command": "lsp-ws-proxy --listen 3030 -- pylsp",
|
|
|
|
"socket": "ws://127.0.0.1:3030/?name=pylsp",
|
2024-04-06 03:44:24 +00:00
|
|
|
"initialization-options": {
|
2024-03-26 02:45:44 +00:00
|
|
|
"pylsp.plugins.rope_autoimport.enabled": true,
|
|
|
|
"pylsp.plugins.rope_completion.enabled": true,
|
|
|
|
"pylsp.plugins.rope_completion.eager": true,
|
|
|
|
"pylsp.plugins.jedi_completion.fuzzy": true,
|
|
|
|
"pylsp.plugins.jedi.extra_paths": [
|
|
|
|
"/home/abaddon/Portable_Apps/py-venvs/lsp_bridge-venv/venv/lib/python3.10/site-packages/gi-stubs"
|
|
|
|
]
|
|
|
|
}
|
2024-03-20 03:20:35 +00:00
|
|
|
},
|
2024-04-20 04:18:38 +00:00
|
|
|
"python_alt_config": {
|
2024-04-09 05:19:21 +00:00
|
|
|
"info": "https://github.com/python-lsp/python-lsp-server",
|
|
|
|
"alt-command": "pylsp --ws --port 3030",
|
|
|
|
"command": "lsp-ws-proxy --listen 3030 -- pylsp",
|
|
|
|
"socket": "ws://127.0.0.1:3030/?name=pylsp",
|
|
|
|
"initialization-options": {
|
|
|
|
"pylsp.plugins.ruff": true,
|
|
|
|
"pylsp.plugins.pylsp_rope.rename": true,
|
|
|
|
"pylsp.plugins.rope_rename.enabled": false,
|
|
|
|
"pylsp.plugins.rope_autoimport.enabled": true,
|
|
|
|
"pylsp.plugins.rope_completion.enabled": false,
|
|
|
|
"pylsp.plugins.rope_completion.eager": false,
|
|
|
|
"pylsp.plugins.jedi_rename.enabled": false,
|
|
|
|
"pylsp.plugins.jedi_completion.enabled": true,
|
|
|
|
"pylsp.plugins.jedi_completion.include_class_objects": false,
|
|
|
|
"pylsp.plugins.jedi_completion.include_function_objects": false,
|
|
|
|
"pylsp.plugins.jedi_completion.fuzzy": true,
|
|
|
|
"pylsp.plugins.jedi.extra_paths": [
|
|
|
|
"/home/abaddon/Portable_Apps/py-venvs/lsp_bridge-venv/venv/lib/python3.10/site-packages/gi-stubs"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2024-03-20 03:20:35 +00:00
|
|
|
"python3": {
|
|
|
|
"info": "https://pypi.org/project/jedi-language-server/",
|
2024-04-05 04:29:06 +00:00
|
|
|
"alt-command": "jedi-language-server",
|
|
|
|
"command": "lsp-ws-proxy --listen 3030 -- jedi-language-server",
|
|
|
|
"socket": "ws://127.0.0.1:3030/?name=jedi-language-server",
|
2024-04-06 03:44:24 +00:00
|
|
|
"initialization-options": {
|
2024-03-20 03:20:35 +00:00
|
|
|
"jediSettings": {
|
|
|
|
"autoImportModules": [],
|
|
|
|
"caseInsensitiveCompletion": true,
|
|
|
|
"debug": false
|
|
|
|
},
|
|
|
|
"completion": {
|
|
|
|
"disableSnippets": false,
|
|
|
|
"resolveEagerly": false,
|
|
|
|
"ignorePatterns": []
|
|
|
|
},
|
|
|
|
"markupKindPreferred": "markdown",
|
|
|
|
"workspace": {
|
2024-03-26 02:45:44 +00:00
|
|
|
"extraPaths": ["/home/abaddon/Portable_Apps/py-venvs/gtk-apps-venv/venv/lib/python3.10/site-packages/gi"],
|
|
|
|
"environmentPath": "/home/abaddon/Portable_Apps/py-venvs/gtk-apps-venv/venv/bin/python",
|
2024-03-20 03:20:35 +00:00
|
|
|
"symbols": {
|
|
|
|
"ignoreFolders": [".nox", ".tox", ".venv", "__pycache__", "venv"],
|
|
|
|
"maxSymbols": 20
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"c": {
|
|
|
|
"info": "https://clangd.llvm.org/",
|
2024-04-05 04:29:06 +00:00
|
|
|
"alt-command": "clangd",
|
|
|
|
"command": "lsp-ws-proxy --listen 3030 -- clangd",
|
|
|
|
"socket": "ws://127.0.0.1:3030/?name=clangd",
|
2024-04-06 03:44:24 +00:00
|
|
|
"initialization-options": {}
|
2024-03-20 03:20:35 +00:00
|
|
|
},
|
|
|
|
"cpp": {
|
|
|
|
"info": "https://clangd.llvm.org/",
|
2024-04-05 04:29:06 +00:00
|
|
|
"alt-command": "clangd",
|
|
|
|
"command": "lsp-ws-proxy --listen 3030 -- clangd",
|
|
|
|
"socket": "ws://127.0.0.1:3030/?name=clangd",
|
2024-04-06 03:44:24 +00:00
|
|
|
"initialization-options": {}
|
2024-03-20 03:20:35 +00:00
|
|
|
},
|
|
|
|
"java": {
|
|
|
|
"info": "https://download.eclipse.org/jdtls/",
|
2024-04-05 04:29:06 +00:00
|
|
|
"alt-command": "java-language-server",
|
|
|
|
"command": "lsp-ws-proxy --listen 3030 -- java-language-server",
|
|
|
|
"socket": "ws://127.0.0.1:3030/?name=java-language-server",
|
2024-04-06 03:44:24 +00:00
|
|
|
"initialization-options": {}
|
2024-04-09 05:19:21 +00:00
|
|
|
},
|
2024-06-23 01:38:37 +00:00
|
|
|
"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": {}
|
|
|
|
},
|
2024-04-09 05:19:21 +00:00
|
|
|
"go": {
|
|
|
|
"info": "https://pkg.go.dev/golang.org/x/tools/gopls#section-readme",
|
|
|
|
"alt-command": "gopls",
|
|
|
|
"command": "lsp-ws-proxy --listen 3030 -- gopls",
|
|
|
|
"socket": "ws://127.0.0.1:3030/?name=gopls",
|
|
|
|
"initialization-options": {}
|
2024-03-20 03:20:35 +00:00
|
|
|
}
|
|
|
|
}
|