bmatcuk / coc-stylelintplus

stylelint extension for coc.nvim supporting additional features
MIT License
48 stars 7 forks source link

Add stylelint_d support #8

Closed utrumo closed 3 years ago

utrumo commented 3 years ago

It makes CSS linting much faster.

bmatcuk commented 3 years ago

coc-stylelintplus uses bmatcuk/stylelint-lsp to do the actual linting. stylelint-lsp already does something similar to stylelint_d: ie, it is a long-running process that keeps stylelint in memory.