summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-10-08Add linter HTMLHint for html filesKabbaj Amine
2016-10-07Add support for Pug with pug-lint.w0rp
2016-10-07Add a wrapper program for running linters which cannot receive stdin input ↵w0rp
on Windows.
2016-10-07Denote that Cython needs to use the wrapper script.w0rp
2016-10-07Fix some typos and remove some trailing whitespace.w0rp
2016-10-07Add support for checking Cython filesw0rp
2016-10-07Merge pull request #58 from KabbAmine/statuslinew0rp
Add an initial getStatuslineStr function with customizable output
2016-10-07Update the documentation filesKabbaj Amine
... and move all pictures to img/ directory
2016-10-07Add basic scala support using scalac (#56)Zoltan Kalmar
* Add basic scala support using scalac * Convert if to a ternary expression * Better bounds check * Code formatting * Mention Scala in the documentation
2016-10-06updating README and doc with reference to phpcs linterjwilliams108
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