Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/walterproof/vim-ligo
- Owner: WalterProof
- Created: 2020-12-06T12:31:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T20:48:28.000Z (almost 4 years ago)
- Last Synced: 2024-07-06T13:56:23.986Z (4 months ago)
- Language: Vim script
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"]
}
```