nvim-lua / lsp-status.nvim

Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
MIT License
621 stars 41 forks source link

Add the ability to disable diagnostics #50

Closed Shatur closed 3 years ago

Shatur commented 3 years ago

This PR adds a diagnostics setting that allows you to disable indicators. This can be very useful if the statusline in use already offers a diagnostics display feature. For example, https://github.com/hoob3rt/lualine.nvim allows to display nice colored indicators.

wbthomason commented 3 years ago

See also fc07882.