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: 17 days ago
JSON representation
DEPRECATED! USE coc-biome INSTEAD! Rome extension for coc.nvim
- Host: GitHub
- URL: https://github.com/fannheyward/coc-rome
- Owner: fannheyward
- License: mit
- Archived: true
- Created: 2020-08-11T11:25:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T04:41:08.000Z (over 1 year ago)
- Last Synced: 2024-11-07T03:42:16.907Z (6 months ago)
- Topics: coc-extensions, coc-nvim, rome
- Language: TypeScript
- Homepage:
- Size: 472 KB
- Stars: 32
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)