Newton_Editor/plugins/gtksourceview/lsp_client/config.json

7 lines
147 B
JSON
Raw Normal View History

2024-09-12 05:25:40 +00:00
{
2024-09-17 04:30:22 +00:00
"lsp_manager_start_command": ["python", "/opt/lsp-manager.zip"],
2024-09-12 05:25:40 +00:00
"websocket": {
"host": "localhost",
"port": 8765
}
}