Skip to content

p135246/coc-wolfram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐺 coc-wolfram

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.

⚙️ Setup in Neovim

  1. Install by running

    :CocInstall coc-wolfram
    
  2. Enable the extension:

    {
      // Run :CocConfig and add:
      "coc-wolfram.enabled": true
    }

🛠 Troubleshooting

  • ⏳ 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"]

About

CoC extension for the official Wolfram Language Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published