Create coc-oxc for vim / nvim #3310
Replies: 8 comments 2 replies
-
I'll try this. |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
For coc-oxc, maybe something more:
If oxc supports more off-LSP features, the extension is needed, for now, I think coc-settings.json is enough. The main reason to create coc-biome is "languageserver": {
"biome": {
"command": "biome",
"args": [
"lsp-proxy"
],
"filetypes": [
"typescript",
"javascript"
],
"rootPatterns": [
".git"
]
}
}, |
Beta Was this translation helpful? Give feedback.
-
I see, thank you @fannheyward! |
Beta Was this translation helpful? Give feedback.
-
I'll follow oxc and make coc-oxc in some time. oxc is an excited project, with the incoming prettier feature, all I missing is bundler as esbuild. |
Beta Was this translation helpful? Give feedback.
-
Make https://github.com/oxc-project/oxc/tree/main/editors/vscode/server into a separate crate, something like |
Beta Was this translation helpful? Give feedback.
-
What is the state of this issue? I'm a vim/neovim user and I love a few good cocs in my editor, is there anything that I can help with? I have experience with both Vim script and Lua but it shouldn't be necessary for this task. |
Beta Was this translation helpful? Give feedback.
-
Should be similar to https://github.com/fannheyward/coc-biome
Beta Was this translation helpful? Give feedback.
All reactions