echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.74k stars 179 forks source link

fix(statusline): show diagnostics without lsp #806

Closed mlwarner closed 4 months ago

mlwarner commented 4 months ago

The diagnostic section was hidden behind a language server check, which hides linter results.

Resolve #687

echasnovski commented 4 months ago

Thanks for the PR!

As mentioned in other 'mini.statusline' issue, there is a planned (relatively) massive update to 'mini.statusline'. This depends on the new planned modules being released, so will take some time.

I appreciate the effort, but I'd rather wait for those modules to be completed and make one massive 'mini.statusline' update. Mostly because there might be different paths the update can take, so would like to avoid potential double breaking changes.

Closing as "thank you, but it is planned slightly later and have to wait a bit".