summaryrefslogtreecommitdiff
path: root/doc/ale.txt
AgeCommit message (Expand)Author
2018-12-28address PR feedback by fixing docs and hardcoding bash to use -c on fish and ...Holden
2018-12-28add tests for ale_shell optionHolden
2018-12-20Merge pull request #2141 from benjaminjkraft/masterw0rp
2018-12-19Add versions of ALEGoToDefinition that open in splitsBen Kraft
2018-12-18#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)w0rp
2018-12-10Adds standardrb linter (#2133)Justin Searls
2018-12-10#1520 - Add an :ALEDocumentation for tsserverw0rp
2018-12-07Merge branch 'master' of github.com:stegmanh/aleHolden
2018-12-07Add initial support for settings to overwrite ale shellHolden
2018-12-06Merge pull request #2061 from hsanson/1910-add-support-for-bibclean-fixerw0rp
2018-12-06Add support for pydocstyle linter (#2085)pmacosta
2018-12-06refactor sasslint linter (#2077)Oskar Grunning
2018-12-01Add bibclen fixer supportHoracio Sanson
2018-11-21Merge pull request #2068 from m-pilia/ispcw0rp
2018-11-19Fix #2084 - Disable mix by default, as it causes too many problemsw0rp
2018-11-19Merge pull request #2087 from m-pilia/adaw0rp
2018-11-18Add GCC linter for AdaMartino Pilia
2018-11-14Add Vale linter for AsciiDocJeff Kreeftmeijer
2018-11-14Add style highlights for virtualtext and document all of themw0rp
2018-11-14Add specific highlight groups for virtualtext (#2071)jamestthompson3
2018-11-12Lint ispc on disk to solve include imprecisionsMartino Pilia
2018-11-11Add linter for ispcMartino Pilia
2018-11-11Merge pull request #2060 from meain/fixer-pretty-htmlw0rp
2018-11-11Fix #2054 - Make golint configurablew0rp
2018-11-11Merge pull request #2056 from luan/virtualtextw0rp
2018-11-10Fix #1960 - Do not fix files on :wqw0rp
2018-11-08Enable ESLint for Vue files by defaultw0rp
2018-11-06Document ale_virtualtext_delayLuan Santos
2018-11-07Add prettier to html formattersAbin Simon
2018-11-05Add support for nvim's virtualtext on cursorLuan Santos
2018-11-04Merge pull request #2051 from aclemons/ruumbaw0rp
2018-11-04Add initial support for ruumba in eruby files.Andrew Clemons
2018-11-01PHP linter: make the path to the executable configurableCyril Roelandt
2018-10-31Merge pull request #2035 from jparise/lsp_config_callbackw0rp
2018-10-31Implement LSP symbol searchw0rp
2018-10-31Add a `lsp_config_callback` linter optionJon Parise
2018-10-29Fix a typow0rp
2018-10-29#2017 Add support for display results from other sourcesw0rp
2018-10-26Add the dockerfile_lint linter for Dockerfiles (#1971)Alexander "Ananace" Olofsson
2018-10-26Add prolog swipl linter (#1979)Takuya Fujiwara
2018-10-26#927 Allow b:ale_linter_aliases to be set to a Stringw0rp
2018-10-25Merge pull request #1958 from Garland-g/perl6w0rp
2018-10-23fix failed testDerek P Sifford
2018-10-23add terraform fmt fixer for terraform and hcl filetypesDerek P Sifford
2018-10-18Allow custom executable for ansible linters (#1977)ix5
2018-10-18Tell people to turn the completion option on before loading ALEw0rp
2018-10-17New linter: dls (#1992)Auri
2018-10-15#1970 Explain how to configure mouse hovering betterw0rp
2018-10-11Add elixir-ls language server supportJon Parise
2018-09-28Add Perl6 support via 'perl6 -c'Travis Gibson