Stylelint language server extension for coc.nvim.
Inspired by vscode-stylelint
In your vim/neovim run command:
:CocInstall coc-stylelint
stylelint automatically validates documents with these filetypes
:
css
wxss
scss
less
postcss
sugarss
vue
Though it's highly recommended to add a stylelint configuration file to the current workspace folder instead, the following extension settings are also available.
Type: boolean
Default: true
Control whether this extension is enabled or not.
Type: Object
Default: null
Set stylelint configOverrides
option.
Type: Object
Default: null
Set stylelint config
option. Note that when this option is enabled, stylelint doesn't load configuration files.
MIT