nvim-lint
nvim-lint copied to clipboard
Is there a way to toggle a particular linter on and off
I want to add a spell check linter that I can toggle on and off with a keymap. Is there anyway to programatically disable and enable a linter using nvim-lint?
Maybe I could make a persistent state in my nvim config and toggle this value on and off but I need a way to disable/enable this linter based on the value of the state in my autocmd.