Coc.nvim extension for the Common Lisp LSP.
In your coc-settings
:
"lisp.enabled": true,
"lisp.serverPath": "cl-lsp",
"lisp.serverArguments": [],
"lisp.toolchain": "",
"lisp.maxNumberOfProblems": 100,
"lisp.trace.server": "",
In you Neovim run 🚀
:CocInstall coc-cl
Using an external plugin manager 👇
⚠ This is not recommended by the coc.nvim team
Packer example 📦
use {'UltiRequiem/coc-cl', run='yarn install --frozen-lockfile && yarn build'}
Licensed under the MIT License 📄