Replies: 2 comments 2 replies
-
IMO, it depends on the scale of the package. If the scale is small, you can simply contribute to this repo, see the clients folder (see #4283 for reference). If you are planning to support more (medium to large scale), I prefer you create a separate package for this (lsp-dart, lsp-java, etc). |
Beta Was this translation helpful? Give feedback.
2 replies
-
@niontrix I used to work on nimlangserver and I have this: yyoncho@b9ad057 . Not sure if it still works but you can use it as a base. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
there was a new Nimlangserver release recently, which adds some Nim specific capabilities (e.g. macroExpand) that obviously are not part of the default language server protocol. My question now is: How can I make use of those? Do I need to create an lsp-mode plugin?
I hope someone can give me a hint. Maybe I have overlooked something in the documentation?!
Anyway,..
Thanks for making such a useful Emacs package and keep up the great work!
KR
Beta Was this translation helpful? Give feedback.
All reactions