I’m a nim enthusiast and I am writing to request the open sourcing of the nim plugin, so the community can speed up its development.
I already wrote a ticket, but I’m not sure if anyone is even working on that project and monitoring the tickets.
If it won’t be open sourced, how would you suggest developing a nim plugin with LSP and AI support? I know there are multiple plugin development solutions. Which one do you recommend for this purpose?
There’s an actively maintained language server for Nim: nimlsp. Creating a LSP-based wrapper plugin around that should be very simple. For example, here’s one of mine.