glepnir / nvim

neovim configuration written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to display the warnings on the status line?

Fenriuz opened this issue · comments

The status line only shows me the number of errors, but does not show me the warnings.
The same happens when I use diagnostic-languageserver with eslint.

image

Now should be support.

I had already tried DiagnosticHint and it did not work for me either
I tried the updates you just did and it doesn't work either
I think something is wrong with the Lsp

Seems like diagnostic-languageserver doesn't work with builtin-lsp? can you tried the matt/efm server

I managed to fix it by modifying three lines of code in the galaxyline plugin. If you want, I can make a pull request, take a look

of course you can make pr in galaxyline.