Skip to content

Commit

Permalink
Added null-ls option for Neovim users (stylelint#6302)
Browse files Browse the repository at this point in the history
Added option for Neovim as null-ls

Wasn't obvious for Neovim users that the easiest option is using null-ls as this has built-in support for Stylelint. Added that to the list. 👍
  • Loading branch information
benfrain committed Aug 24, 2022
1 parent d8e17ca commit cde3a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user-guide/integrations/editor.md
Expand Up @@ -7,6 +7,7 @@ Editor integrations built and maintained by the community:
- [Ale](https://github.com/dense-analysis/ale) - Vim plugin that supports Stylelint.
- [Flycheck](https://github.com/flycheck/flycheck) - Emacs extension that supports Stylelint. Alternatively, if you use CLI option `--formatter=unix`, Emacs' _Compilation mode_ will automatically hyperlink the lint messages.
- [linter-stylelint](https://github.com/AtomLinter/linter-stylelint) - Atom plugin for Stylelint.
- [null-ls](https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main/doc/BUILTINS.md#stylelint-1) - Neovim plugin that has built-in support for Stylelint
- [SublimeLinter-stylelint](https://github.com/SublimeLinter/SublimeLinter-stylelint) - Sublime Text plugin for Stylelint.
- [SublimeLinter-contrib-stylelint_d](https://github.com/jo-sm/SublimeLinter-contrib-stylelint_d) - Sublime Text plugin for Stylelint that run's on daemon.
- [JetBrains IDEs](https://www.jetbrains.com/products/#lang=js) – WebStorm, IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, and other JetBrains IDEs have [built-in support](https://www.jetbrains.com/help/webstorm/using-stylelint-code-quality-tool.html) for Stylelint.
Expand Down

0 comments on commit cde3a14

Please sign in to comment.