M-Xue
M-Xue
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?...
When I save a file with conform.nvim attaching a formatter on it and there is a syntax error, I get this error message.  This error message disappears when I...
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...