Anyone programming in crystal here? How is the LSP/editor story now? I've seen a couple of really nice projects in crystal - an OS on reddit, and kagi which I use daily now.
If they have a better LSP implementation and editor setup from what they used to have a year or so ago, it would be really nice.
Language Server Protocol. It's how programs (language servers) can talk to your editor (like vs code or nvim) and provide refractors and intellisense and what not.