nvim-lint
nvim-lint copied to clipboard
Emulate workspace diagnostic (lint all buffers)
Hi. I use this command to check whole workspace.
keymap("n", "<leader>lW", vim.diagnostic.setqflist)
It would be super nice to have bridge for nvim-lint to recursively lint all files in that workspace too.
Would love to have this feature as well.