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.76k stars 191 forks source link

HELP: Looking for a way to toggle a specific linter #611

Open M-Xue opened 5 days ago

M-Xue commented 5 days ago

I want to toggle cspell on and off since I don't always want it's diagnostics on cluttering my buffers. Is there any easy recipe or way I can follow to achieve this?