Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 📄