summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-10-05Simplify the IDs used for the dummy sign, so it automatically uses the ↵w0rp
configurable offset value.
2016-10-05Mention scss-lint in the README.w0rp
2016-10-05Add a very short delay after opening a buffer for running the linter to get ↵w0rp
it to run more. Increase the delay when typing a bit to reduce juttering.
2016-10-05Merge pull request #41 from KabbAmine/linter-tidyw0rp
Add tidy support for html
2016-10-04Make the table actually workw0rp
2016-10-04Describe the options in the README file.w0rp
2016-10-04Add an example GIF to the README file.w0rp
2016-10-04Add tidy support for htmlKabbaj Amine
2016-10-04Add support for checking PHP code, courtesy of Spencer Wood.w0rp
2016-10-03Write YAML for the name instead, and make the example lines match the YAML ↵w0rp
linter regex.
2016-10-04Merge pull request #36 from KabbAmine/linter-yamllintw0rp
Add linter yamllint for yaml
2016-10-03Mention that shellchecks works for Bash too, of course.w0rp
2016-10-03Write "JSON" instead of "Json" in the READMEw0rp
2016-10-04Merge pull request #35 from KabbAmine/linter-jsonlint-fpw0rp
Add linter jsonlint for json
2016-10-03Add sass/scss support with sass-lintKabbaj Amine
2016-10-03Add linter yamllint for yamlKabbaj Amine
2016-10-03Add linter jsonlint for jsonKabbaj Amine
2016-10-04Linter: tslint for typescriptPrashanth Chandra
2016-10-03Add support for linting with CSSLint.w0rp
2016-10-03Indicate that a wraper script is used for Vint.w0rp
2016-10-03Add support for checking Vim code with Vint.w0rp
2016-10-03Remove the off-putting alpha message now things are moving along.w0rp
2016-10-03Add support for shellcheck linting.w0rp
2016-10-02Merge pull request #21 from KabbAmine/sign-customw0rp
Add an option for defining text of signs
2016-10-02Add an option for defining text of signsKabbaj Amine
2016-10-02Add coffeelint for coffeescriptPrashanth Chandra
2016-09-26Merge branch 'patch-3'w0rp
2016-09-26Add some more prose back in with a link to Vundle.w0rp
2016-09-26Fix readme fileVladimir Marovic
2016-09-26Add option to always show left gutterVladimir Marovic
2016-09-23Edit Vundle installation instructionsPrashanth Chandra
Full GitHub URL is not required for Vundle (and vim-plug), as GitHub is automatically assumed.
2016-09-19Add some notes on usage, and re-arrange things.w0rp
2016-09-19Add an Installation section for this plugin.w0rp
2016-09-19Use a different marker because of markdown issues.w0rp
2016-09-19Fix the README sorting and formatting.w0rp
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ↵w0rp
for other tools, and fix a readline problem with the DMD wrapper script.
2016-09-18Explain the language and tools table some more.w0rp
2016-09-18Add support for checking C code with GCC too.w0rp
2016-09-18Add support for checking Fortran syntax with GCC. Mad respect for the ↵w0rp
mathematicians.
2016-09-16Add support for linting D code with DMD.w0rp
2016-09-15Add jshint to readmeChris Kyrouac
2016-09-15Link to explanations of the -n flag of each shell as best as we can.w0rp
2016-09-15Update the README file to include jscs, and a comment about keeping the ↵w0rp
table sorted for new contributors to look at.
2016-09-15Merge pull request #3 from ynonp/masterw0rp
Add rubocop linter
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, ↵w0rp
and for generating the executable from functions. Both were needed to support shell linting.
2016-09-15Add rubocop to readme fileynonp
2016-09-13Better README grammar.w0rp
2016-09-13Sort the table by namew0rp
2016-09-13Remove the Known Bugs section from the README. Issues can be used instead now.w0rp
2016-09-13Fix GitHub links in READMEw0rp