Requirements to get LSP available to be installed via CocInstall command #5237
Answered
by
fannheyward
kylebonnici
asked this question in
Q&A
-
I have written an LSP for Device tree (/~https://github.com/kylebonnici/dts-lsp) and would like to know what is needed to get it:
|
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
Jan 6, 2025
Replies: 1 comment
-
Thank you for your work.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fannheyward
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your work.
CocInstall
is used to install an extension, which is not a must-have to use language server with coc.nvim. You can create an extension and publish it to npmjs.com to install it with CocInstall.