nvim-lint icon indicating copy to clipboard operation
nvim-lint copied to clipboard

Is there a way to toggle a particular linter on and off

Open M-Xue opened this issue 1 year ago • 0 comments

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.

M-Xue avatar Mar 10 '24 05:03 M-Xue