Newton_Editor/user_config/usr/share/newton/lsp_servers_config.json

52 lines
1.5 KiB
JSON

{
"sh": {
"info": "",
"command": [],
"initialization_options": {}
},
"python": {
"info": "https://github.com/python-lsp/python-lsp-server",
"command": ["pylsp"],
"initialization_options": {}
},
"python3": {
"info": "https://pypi.org/project/jedi-language-server/",
"command": ["jedi-language-server"],
"initialization_options": {
"jediSettings": {
"autoImportModules": [],
"caseInsensitiveCompletion": true,
"debug": false
},
"completion": {
"disableSnippets": false,
"resolveEagerly": false,
"ignorePatterns": []
},
"markupKindPreferred": "markdown",
"workspace": {
"extraPaths": [],
"environmentPath": "/path/to/venv/bin/python",
"symbols": {
"ignoreFolders": [".nox", ".tox", ".venv", "__pycache__", "venv"],
"maxSymbols": 20
}
}
}
},
"c": {
"info": "https://clangd.llvm.org/",
"command": ["/usr/bin/clangd"],
"initialization_options": {}
},
"cpp": {
"info": "https://clangd.llvm.org/",
"command": ["/usr/bin/clangd"],
"initialization_options": {}
},
"java": {
"info": "https://download.eclipse.org/jdtls/",
"command": ["java-language-server"],
"initialization_options": {}
}
}