coc-wolfram
v1.0.3
Published
coc.nvim extension for the official Wolfram LSP
Readme
CoC-Wolfram
An LSP extension for coc.nvim that enables support for the official Wolfram Language Server.
Setup in nvim
- Install by running
:CocInstall coc-wolfram - Enable by running
:CocConfigand adding:"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:
PacletInstall["CodeParser"]
PacletInstall["CodeInspector"]
PacletInstall["CodeFormatter"]
PacletInstall["LSPServer"]