coc-cl

0.3.1 • Public • Published

Coc Common Lisp

Coc.nvim extension for the Common Lisp LSP.

Configuration

In your coc-settings:

"lisp.enabled": true,
"lisp.serverPath": "cl-lsp",
"lisp.serverArguments": [],
"lisp.toolchain": "",
"lisp.maxNumberOfProblems": 100,
"lisp.trace.server": "",

Install

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'}

Licence

Licensed under the MIT License 📄

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.11latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.11
0.2.10
0.2.00
0.1.00

Package Sidebar

Install

npm i coc-cl

Weekly Downloads

1

Version

0.3.1

License

MIT

Unpacked Size

6.75 kB

Total Files

4

Last publish

Collaborators

  • ultirequiem