You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2022. It is now read-only.
"lsp-wl.enable": {
"type": "boolean",
"default": true,
"description": "whether enable wolfram language lsp"
},
"lsp-wl.port": {
"type": "number",
"default": 6536,
"description": "Port to communicate with language server."
},
"lsp-wl.trace.server": {
"type": "string",
"enum": ["off", "messages", "verbose"],
"default": "off",
"description": "Traces the communication between coc and the wolfram language server."
},
"lsp-wl.wolframExecutablePath": {
"type": "string",
"default": "wolfram",
"description": "Path to wolfram executable."
},
"lsp-wl.wolframLanguageServerPath": {
"type": "string",
"default": "/path/to/lsp-wl",
"description": "Path to wolfram language server directory."
},
"lsp-wl.maxNumberOfProblems": {
"type": "number",
"default": 100,
"description": "Controls the maximum number of problems produced by the server."
}
Screenshots
for better syntax highlight support, refer to vim-mma