Baidu
Baidu
Did you try following option, https://github.com/autozimu/LanguageClient-neovim/blob/3e31d01da54aaad3905da813cf7d3564bc8d98d7/doc/LanguageClient.txt#L188-L194 As far as I can remember, diagnostics is the only feature would exhibit visual info to the user without explicit invocation.
Sorry for the inconvenience. While in the case, the root cause is that language server/LSP don't have any specialized knowledge about vim's `textwidth` nor `formatoptions`, thus the formatted result won't...
There are two ways you can customize the project root path, 1. If launching manually, you can use something like `:LanguageClientStart rootPath=/Users/...` 2. https://github.com/autozimu/LanguageClient-neovim/blob/53ce2fee7d24dd9262ea783908e2edebc71635dc/doc/LanguageClient.txt#L249-L265 As a fallback, when root path...
Did you try `VimResized` autocmd? Also, can you paste here a screenshot after your change?
Can you help get the request vscode sent to server?
The current selection is not passed in this request, right?
Basically the work needs done to support this feature is 1. Create a wrapper function to send this request to server and wait for server response. 1. Quey span of...
I think the issue is that protocol doesn't specify clearly how client is going to consume a `Command`(https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#command) after user select one, which could have at least two cases here,...
Need more time to look into the tests.
+1