nvim-lua / diagnostic-nvim

A wrapper for neovim built in LSP diagnosis config
Apache License 2.0
219 stars 15 forks source link

Number of errors and warnings #37

Closed Shatur closed 4 years ago

Shatur commented 4 years ago

Is there an API to get number of errors and warnings? To use it with lightline, for example.

Shatur commented 4 years ago

Oh, there is lsp-status for it :)