Skip to content

oxc-project/coc-oxc

Folders and files

NameName
Last commit message
Last commit date
Aug 8, 2024
May 20, 2024
May 19, 2024
May 19, 2024
May 19, 2024
Aug 8, 2024
May 19, 2024
Mar 24, 2025
Mar 17, 2025
May 19, 2024

Repository files navigation

coc-oxc

Oxc extension for coc.nvim

Install

:CocInstall coc-oxc

Configurations

  • oxc.run: Run the linter on save onSave or on type onType(default: onType).
  • oxc.enable: Enable oxc language server(default: true).
  • oxc.configPath: Path to ESlint configuration.(default: .eslintrc).
  • oxc.binPath: Path to the oxc_language_server binary(default: searches in the workspace for a viable binary).

Commands

  • oxc.restartServer: Restart Oxc Server.
  • oxc.showOutputChannel: Show Output Channel.
  • oxc.showTraceOutputChannel: Show Trace Output Channel.

License

MIT


This extension is built with create-coc-extension