Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voldikss/coc-lsp-wl
See https://github.com/voldikss/coc-extensions
https://github.com/voldikss/coc-lsp-wl
lsp mathematica wolfram-language
Last synced: 14 days ago
JSON representation
See https://github.com/voldikss/coc-extensions
- Host: GitHub
- URL: https://github.com/voldikss/coc-lsp-wl
- Owner: voldikss
- Archived: true
- Created: 2019-07-29T06:19:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T23:14:27.000Z (over 2 years ago)
- Last Synced: 2024-08-01T17:40:58.773Z (3 months ago)
- Topics: lsp, mathematica, wolfram-language
- Language: TypeScript
- Homepage:
- Size: 439 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coc-lsp-wl
Coc.nvim client for Wolfram Language Server, fork of [vscode-lsp-wl](https://github.com/kenkangxgwe/vscode-lsp-wl)
# Installation
- Install [Wolfram Language Server](https://github.com/kenkangxgwe/lsp-wl)
- Install this extension
```
CocInstall coc-lsp-wl
```# Configuration
```jsonc
"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
![](https://user-images.githubusercontent.com/20282795/62026404-84922500-b20d-11e9-88a3-2196428987c0.png)
![](https://user-images.githubusercontent.com/20282795/62032075-56b3dd00-b21b-11e9-8d8a-05c6e4f17eac.png)for better syntax highlight support, refer to [vim-mma](https://github.com/voldikss/vim-mma)