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

https://github.com/ziwot/vim-ligo

ligo vim plugin
https://github.com/ziwot/vim-ligo

Last synced: 4 months ago
JSON representation

ligo vim plugin

Awesome Lists containing this project

README

          

# vim-ligo

Vim plugin for [ligolang](https://ligolang.org/)

## LSP

To use lsp with coc, get a `ligo-squirrel` binary from the [VSCode extension](https://marketplace.visualstudio.com/items?itemName=ligolang-publish.ligo-vscode) and add this to your `coc-settings.json`:

```json
"ligo": {
"command": "~/.local/bin/ligo-squirrel",
"filetypes": ["ligo", "mligo", "religo"]
}
```