nvim-langserver-shim icon indicating copy to clipboard operation
nvim-langserver-shim copied to clipboard

Shim for the language server protocol developed by Microsoft

Results 6 nvim-langserver-shim issues
Sort by recently updated
recently updated
newest added

Looking great! Couple things I came up with: - [ ] When there is a bit of lag between request and response, "...stderr" appears in the status bar: https://cl.ly/0n2s142Q102q -...

For typescript I would want to run the server found in `node_modules` directory. This means the cmd path needs to be calculated dynamically. ```viml let g:langserver_executables = {} let g:langserver_executables.typescript...

This is a follow up from the discussion in the Reason editorsupport channel about using the language server for reason. I have moved the server out into a separate package...

@uforic, your sublime plugin got me thinking a lot about how to make the architecture more accessible to multiple editors (and the update got me quite excited about what you...