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

How to use multiple tools in one file type

Open Ynoop opened this issue 1 year ago • 0 comments

I want use more tools in my configure.I got an error when I use the configuration below. This is my configure: require("lint").linters_by_ft = { cpp = {"clangtidy", "cppcheck", "cpplint"} } how to write the configure?thx!

Ynoop avatar Aug 12 '22 09:08 Ynoop