Replies: 2 comments 2 replies
-
I’m not familiar with existing LSP client options for nvim, but anything that exists should work with the existing server—that’s what we gain by moving to an open standard! That said, I’ve only tested with VS Code so far, so feedback would be appreciated if it doesn’t work at all. Currently, the only features implemented are hover, go-to-definition (both very demo status), and pull diagnostics (which is a relatively newer feature, so check if your client has that capability—we don’t yet implement push diagnostics). To launch the server, you need to spawn |
Beta Was this translation helpful? Give feedback.
-
Sample configuration to test tsgo LSP in Neovim: |
Beta Was this translation helpful? Give feedback.
-
I'll research a bit in these days, but I have zero experience on how to build an lsp for nvim, if anyone has suggestions I have created this discussion!
Beta Was this translation helpful? Give feedback.
All reactions