Simon Désaulniers
Simon Désaulniers
+1 Having this issue too for `d852g` stock kdz file (http://storagecow.eu/index.php?dir=Xda%2FLG+G3%2FStock%2FCanada+D852%2FMM+6.0%2F)
> Hi, vim-LT uses the location list to store error informations, thus you can navigate them by using `:lnext` and `:lprev` to navigate it. That don't solve the problem, but...
This issue is related to #1147. However, now, there is a contradictory behaviour that lets us deduce that the problem is not on the server side: the column error sign...
Hi @martskins. Thanks for your response. I think that the issue reveals itself when there's a warning above in the file. Notice in my example, there's a warning above about...
> I had some issues setting up haskell In order to test with Haskell, you could do the following: 1. Install `ghcup`. 2. Run `ghcup install ghc 8.6.5` (that is...
If I build my understanding on what you just said, the server sends diagnostics in the form of notifications and possibly multiple times (twice or more). Those notifications serve to...
> Nope. The version is the document (buffer, file) version. That is, every time you change something on a buffer a new version is "created". Typically you want to ignore...
Hi @martskins, I just tried commit a734a05 and I still reproduce the same behaviour with the minimal example I gave, unfortunately.
I did replace `next` by `dev` in my `Plug` line: ``` Plug 'autozimu/LanguageClient-neovim', { \ 'branch': 'dev', \ 'do': './install.sh' \ } ``` and did run `:source $MYVIMRC | PlugInstall!...
OK. After running `make`, it did work!