summaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Expand)Author
2016-10-03Rename the SASS files to follow the convention from other files, and move the...w0rp
2016-10-04Add comment headers for plugin/ale filesPrashanth Chandra
2016-10-03Add support for shellcheck linting.w0rp
2016-10-02Add an option for defining text of signsKabbaj Amine
2016-09-29Fix typo ALErrorSign -> ALEErrorSignCookiesBestDinner
2016-09-27Fix a bug with reading from large files. Large files we being truncated by cl...w0rp
2016-09-26Move flag to aaflags.vimVladimir Marovic
2016-09-26Add option to always show left gutterVladimir Marovic
2016-09-19Merge pull request #9 from prashcr/masterw0rp
2016-09-18Add support for checking Haskell code via a wrapper script which can be used ...w0rp
2016-09-17Add option for choosing linters to runPrashanth Chandra
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, a...w0rp
2016-09-15Add an option disabling warnings about trailing whitespace, and use it in fla...w0rp
2016-09-15Echo the cursor status with a very short delay, so it will override other plu...w0rp
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the b...w0rp
2016-09-13Make signs prefer errors to warnings if there are two loclist items for one l...w0rp
2016-09-13Make sure all files are loaded, not just the first.w0rp
2016-09-11Add support for defining linters where the command that is run is determined ...w0rp
2016-09-10Add Vim 8 support.w0rp
2016-09-09Fix bugs with directory listings and signs when switching tabs.w0rp
2016-09-09Add linting with eslint in NeoVim, with a few bugs.w0rp