Neovim LSP client is not responding with ‘initialized’ method notification
I’m trying to build a language server from scratch just for learning how it works, so far I’ve got the initialize
method request and I’ve responded with empty capabilities and server info, but I’m not getting any further requests from neovim, (using STDIO
)