davidmh / cspell.nvim

A companion plugin for null-ls/none-ls, adding support for CSpell diagnostics and code actions.
85 stars 15 forks source link

Severity Level #52

Closed amoschristian closed 6 months ago

amoschristian commented 6 months ago

Is there a way to change the severity level to Hint instead of Error by default?

2024-04-25_18-50

davidmh commented 6 months ago

Yes, see this answer: https://github.com/davidmh/cspell.nvim/issues/13#issuecomment-1684086881

Just replace WARN with HINT.

amoschristian commented 6 months ago

@davidmh thank you so much, this is exactly what i need, cheers