Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ultirequiem/coc-cl
:wavy_dash: Common Lisp language extension for coc.nvim
https://github.com/ultirequiem/coc-cl
coc-extension coc-nvim common-lisp lisp neovim neovim-plugin vim vim-plugin
Last synced: 3 months ago
JSON representation
:wavy_dash: Common Lisp language extension for coc.nvim
- Host: GitHub
- URL: https://github.com/ultirequiem/coc-cl
- Owner: UltiRequiem
- License: mit
- Created: 2021-08-19T22:26:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:09:58.000Z (5 months ago)
- Last Synced: 2024-10-03T13:21:49.147Z (4 months ago)
- Topics: coc-extension, coc-nvim, common-lisp, lisp, neovim, neovim-plugin, vim, vim-plugin
- Language: TypeScript
- Homepage:
- Size: 489 KB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Coc Common Lisp
[Coc.nvim](https://github.com/neoclide/coc.nvim) extension for the
[Common Lisp LSP](https://github.com/cxxxr/cl-lsp).## Configuration
In your `coc-settings`:
```json
"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 📦
```lua
use {'UltiRequiem/coc-cl', run='yarn install --frozen-lockfile && yarn build'}
```## Licence
Licensed under the MIT License 📄