Oxc extension for coc.nvim
:CocInstall coc-oxc
oxc.run
: Run the linter on saveonSave
or on typeonType
(default:onType
).oxc.enable
: Enable oxc language server(default:true
).oxc.configPath
: Path to ESlint configuration.(default:.eslintrc
).oxc.binPath
: Path to theoxc_language_server
binary(default:searches in the workspace for a viable binary
).
oxc.restartServer
: Restart Oxc Server.oxc.showOutputChannel
: Show Output Channel.oxc.showTraceOutputChannel
: Show Trace Output Channel.
MIT
This extension is built with create-coc-extension