Commit Graph

121 Commits

Author SHA1 Message Date
w0rp 65f5e15af5 Rename the SASS files to follow the convention from other files, and move the function for handling CSSLint style output into the handlers file. 2016-10-03 23:24:18 +01:00
Prashanth Chandra 1d4e035566 Add comment headers for plugin/ale files 2016-10-04 03:07:59 +08:00
w0rp c89c4fcef9 Add support for shellcheck linting. 2016-10-03 13:18:27 +01:00
Kabbaj Amine 81bccb2847 Add an option for defining text of signs 2016-10-02 11:22:24 +03:00
CookiesBestDinner fc05b62fc9 Fix typo ALErrorSign -> ALEErrorSign 2016-09-29 23:41:55 +02:00
w0rp 6a442dae6e Fix a bug with reading from large files. Large files we being truncated by closing the input buffer too early. 2016-09-27 15:06:26 +01:00
Vladimir Marovic e256cd6be9 Move flag to aaflags.vim 2016-09-26 17:02:21 +02:00
Vladimir Marovic 41c3ba17f8 Add option to always show left gutter 2016-09-26 16:55:26 +02:00
w0rp a39274d7f4 Merge pull request #9 from prashcr/master
Add option for choosing linters to run
2016-09-19 07:18:55 +01:00
w0rp 57ef2c9833 Add support for checking Haskell code via a wrapper script which can be used for other tools, and fix a readline problem with the DMD wrapper script. 2016-09-18 23:58:04 +01:00
Prashanth Chandra f346416f46 Add option for choosing linters to run 2016-09-17 19:19:29 +08:00
w0rp 8cc28cdfbd Add support for Bash and other shells. Add support for reading from stderr, and for generating the executable from functions. Both were needed to support shell linting. 2016-09-15 20:20:41 +01:00
w0rp c4fb7f949d Add an option disabling warnings about trailing whitespace, and use it in flake8. 2016-09-15 13:08:21 +01:00
w0rp b236b6b353 Echo the cursor status with a very short delay, so it will override other plugins. 2016-09-15 10:57:11 +01:00
w0rp 7fa437985f Fix issues with switching buffers rapidly causing errors by remembering the buffer and passing the buffer value to various functions. 2016-09-14 11:47:52 +01:00
w0rp d2e1348c09 Make signs prefer errors to warnings if there are two loclist items for one line. 2016-09-13 22:25:28 +01:00
w0rp 0b8c2525b1 Make sure all files are loaded, not just the first. 2016-09-13 22:24:55 +01:00
w0rp 4dcfdd43e1 Add support for defining linters where the command that is run is determined by a callback. 2016-09-11 16:49:55 +01:00
w0rp 899e027859 Add Vim 8 support. 2016-09-10 01:37:40 +01:00
w0rp 33b5e30760 Fix bugs with directory listings and signs when switching tabs. 2016-09-09 22:48:40 +01:00
w0rp 11c11e578f Add linting with eslint in NeoVim, with a few bugs. 2016-09-09 00:23:26 +01:00