coc-diagnostic
coc-diagnostic copied to clipboard
How to enable _all_ supported filetypes?
The README says:
To enable this plugin for filetypes you have to config diagnostic-languageserver.filetypes for linters and diagnostic-languageserver.formatFiletypes for formatters.
Ok, but it lists only some filetypes and formatFiltypes, there are many more tools configured in config.ts. Is there some default sane configuration to enable all possible linters and formatters for all sane possible filetypes? I could not find any such configuration... could a "default" be created? The example coc-settings.json: mentioned in README misses for example "yaml": [ yamllint ].
No such option support yet.