Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 7 days 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"]
}
```