Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fannheyward/coc-rome

DEPRECATED! USE coc-biome INSTEAD! Rome extension for coc.nvim
https://github.com/fannheyward/coc-rome

coc-extensions coc-nvim rome

Last synced: about 2 months ago
JSON representation

DEPRECATED! USE coc-biome INSTEAD! Rome extension for coc.nvim

Awesome Lists containing this project

README

        

# coc-rome

[Rome](https://rome.tools) extension for coc.nvim

## Install

`:CocInstall coc-rome`

## Configurations

- `rome.enable`: enable coc-rome, default `true`
- `rome.bin`: custom rome binary path. By default, coc-rome only uses local rome binary in your project.

## License

MIT

---

> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)