coc-wolfram
Version:
coc.nvim extension for the official Wolfram LSP
26 lines (19 loc) • 631 B
Markdown
# CoC-Wolfram
An LSP extension for coc.nvim that enables support for the [official Wolfram Language Server](https://github.com/WolframResearch/LSPServer).
## Setup in nvim
1. Install by running
```
:CocInstall coc-wolfram
```
2. Enable by running `:CocConfig` and adding:
```json
"coc-wolfram.enabled": true
```
## Troubleshooting
The extension should automatically install the necessary Wolfram paclets.
If there is a problem, manually install them in a Mathematica notebook:
```wolfram
PacletInstall["CodeParser"]
PacletInstall["CodeInspector"]
PacletInstall["CodeFormatter"]
PacletInstall["LSPServer"]