skylite21

Results 6 comments of skylite21

Having the same problem I would use the :tabedit and open another html file, but there are no highlights in the new tab, only in the first.

> The same trick can be done in ALE's codebase by using the `process_with` option for the fixer. I'm trying to do just that but I have no idea how...

after some digging I figured that my issue is related to #4236 .

@mr-scrpt I ended up uninstalling coc-stylelintplus and went back to coc-stylelint. Formatting works if you have sometning like this in your `coc-config.json`: ``` "[javascript][html][jsx][css][sass][python]": { "coc.preferences.formatOnSave": true }, ```