Baidu

Results 75 comments of Baidu

As I mentioned before, if we commit in binary blobs into repo, since every release (combining every platforms) is 20Mb, with 50 releases, they are going to be 1Gb increase...

@jordwalke Can you elaborate on the approach? If there are already binaries, how could I commit them into the main repo without significantly increase `.git` size? As far as I...

I see. This is genius! Will try on this model. Thanks.

The recommended installation has changed ```diff -Plug 'autozimu/LanguageClient-neovim', {'tag': 'binary-*-x86_64-apple-darwin' } +Plug 'autozimu/LanguageClient-neovim', { + \ 'branch': 'next', + \ 'do': 'install.sh', + \ } ``` The reason is that...

Note that the tag based installation is still supported by this repo. It’s just not the recommended approach until the mentioned vim-plug issue is fixed. On Sat, Jan 6, 2018...

I believe so. But that will require update commit SHA manually. On Sat, Jan 6, 2018 at 15:42 Jordan W wrote: > Does specifying a commit work reliably? > >...

New configuration `g:LanguageClient_loggingFile` https://github.com/autozimu/LanguageClient-neovim/blob/9a316ef9f044674724b44cd162f3996113ea4861/doc/LanguageClient.txt#L184-L189

New configuration `g:LanguageClient_serverStderr` https://github.com/autozimu/LanguageClient-neovim/blob/e5e44f21ba3fb027676df5619c62caf6e4939a5c/doc/LanguageClient.txt#L198-L203

New configuration `g:LanguageClient_diagnosticsSignsMax` https://github.com/autozimu/LanguageClient-neovim/blob/bb733ef7ff87328426cf00ab517495ea45d90cdf/doc/LanguageClient.txt#L108-L113

New function `LanguageClient#explainErrorAtPoint` to show detailed error under cursor. https://github.com/autozimu/LanguageClient-neovim/blob/5e968547dea733a25de74c1f9babd9e77459598a/doc/LanguageClient.txt#L553-L556 ![image](https://user-images.githubusercontent.com/1453551/44319792-e2f63700-a3f2-11e8-867b-bfeffa8fbd1e.png)