lualine.nvim icon indicating copy to clipboard operation
lualine.nvim copied to clipboard

Check if diagnostics are disabled.

Open sidequestboy opened this issue 2 years ago • 0 comments

Introduce a check for each diagnostic namespace whether that namespace has been disabled via vim.diagnostic.disable before counting it.

Also tidy the three neovim diagnostic counters with a common function.

Applies to "nvim_lsp", "nvim_workspace_diagnostic", "nvim_diagnostic".

sidequestboy avatar Sep 12 '23 05:09 sidequestboy