We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Name: cspell URL: https://github.com/streetsidesoftware/cspell
From their repository:
A Spell Checker for Code!
cspell is a wildly popular, powerful, and configurable code spelling project with over 2 million downloads on Visual Studio Marketplace.
cspell
The cspell CLI is available via npm (e.g. npm install -g cspell) and outputs errorformat results out-of-the-box.
npm install -g cspell
errorformat
Example:
:cgetexpr system('npx cspell {*,**/*}.md')
Supporting cspell would allow for developers to share and re-use .cspell.json configurations.
.cspell.json
The text was updated successfully, but these errors were encountered:
I've been using cspell in VSCode and was wondering where it was in ALE... I might look at adding it if I can also get it added to nixpkgs...
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Name: cspell
URL: https://github.com/streetsidesoftware/cspell
From their repository:
cspell
is a wildly popular, powerful, and configurable code spelling project with over 2 million downloads on Visual Studio Marketplace.The
cspell
CLI is available via npm (e.g.npm install -g cspell
) and outputserrorformat
results out-of-the-box.Example:
Supporting
cspell
would allow for developers to share and re-use.cspell.json
configurations.The text was updated successfully, but these errors were encountered: