Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 402 Bytes

coc-rome

Rome 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