A coc.nvim extension for the official Wolfram LSP.
Replacement for the now-archived coc-lsp-wl extension, originally built for the (unofficial) lsp-wl.
-
Install by running
:CocInstall coc-wolfram -
Enable the extension:
{ // Run :CocConfig and add: "coc-wolfram.enabled": true }
-
⏳ The Wolfram kernel may take a few seconds to fully initialize after opening a wl file.
-
📦 The extension should automatically install necessary Wolfram paclets. If it doesn't, install them manually in a Mathematica notebook:
PacletInstall["CodeParser"] PacletInstall["CodeInspector"] PacletInstall["CodeFormatter"] PacletInstall["LSPServer"]