coc.nvim extension for the official Wolfram LSP
npm install coc-wolframAn LSP extension for coc.nvim that enables support for the official Wolfram Language Server.
1. Install by running
```
:CocInstall coc-wolfram
:CocConfig
2. Enable by running and adding:`
json`
"coc-wolfram.enabled": true
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"]