mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.77k stars 191 forks source link

Configuring default diagnostic severity level of a linter #557

Closed lukoshkin closed 3 months ago

lukoshkin commented 3 months ago

Hey! How can I change the default diagnostic severity level of a linter? I am particularly interested in changing all INFO diagnostics of cspell to HINT

doums commented 3 months ago

Exact same question here

mfussenegger commented 3 months ago

I have no plans to add a default setting but I'd be open to change the default of specific linters if there is a good rationale

lukoshkin commented 2 months ago

@mfussenegger thanks for adding util.wrap !!