Skip to content

〰️ Common Lisp language extension for coc.nvim

License

Notifications You must be signed in to change notification settings

UltiRequiem/coc-cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 📄