Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | Revert "Fix #2492 - Remove all Deoplete support for now" | w0rp | |
This reverts commit 975cc7af8fbabe234a220c84e56b7ff719d8d959. | |||
2019-05-19 | Add support for Erlang dialyzer (#2509) | Antoine Gagné | |
* Add support for Erlang dialyzer * Add an option to specify rebar3 profile In doing so, the use of the `**` wildcard becomes unnecessary. | |||
2019-05-17 | Close #2285 - Add a function for use with omnifunc | w0rp | |
2019-05-16 | Fix #2492 - Remove all Deoplete support for now | w0rp | |
2019-05-13 | [linter] Add LSP support for LaTeX via texlab | rliang | |
2019-05-11 | Support b:ale_completion_enabled for disabling it for some buffers | w0rp | |
2019-05-11 | Make it less likely people will do the wrong thing | w0rp | |
Make it very clear in every single place that the setting for ALE's own completion implementation is mentioned that you should not enable it if you want to use ALE as a completion source for other plugins like Deoplete. | |||
2019-05-10 | #2403 - Make ale_disable_lsp apply consistently, and document it better | w0rp | |
2019-05-09 | Fix typos in documentation | Sh3Rm4n | |
2019-05-07 | Add fixer for OCaml ocp-indent (#2436) | Kanenobu Mitsuru | |
2019-05-01 | Merge pull request #2437 from robertjlooby/add-floskell | w0rp | |
Add floskell for Haskell formatting | |||
2019-04-29 | Merge pull request #2448 from reedriley/master | w0rp | |
Add support for Vim's tagstack to ALEGoToDefinition | |||
2019-04-29 | Include plugin description in local help line | Caleb Maclennan | |
The recommended format for _vim's internal help files_ is "<tag> <for vim version> <last change>", (see `:help help-writing` but this format is not parsed the same way for plugins. For plugins the recommended format includes a description of the plugin such as "<tag> <description>". See `:help write-local-help` for the different template. | |||
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |
2019-04-23 | Add a fixer for r based on the styler package (#2401) | Thibault Vatter | |
* Add styler as a new fixer for R files * Add to the list of supported tools * Add documentation | |||
2019-04-19 | Add support for Vim's tagstack to ALEGoToDefinition | Reed Riley | |
fixes 1236 | |||
2019-04-16 | Fix #1930 - Finish ale_fix_on_save_ignore | w0rp | |
* Implementation had a bug * Documentation added * Tests added | |||
2019-04-14 | Add floskell for Haskell formatting | Rob Looby | |
2019-04-13 | Add support for latexindent (#2387) | Riley Martine | |
2019-04-13 | Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-ls | w0rp | |
WIP Fix 1996 - Add eclipse LSP support. | |||
2019-04-13 | Merge pull request #2394 from harttle/master | w0rp | |
feat: fecs support for js/html/css lint and format | |||
2019-04-13 | Linter for powershell syntax errors (#2413) | Jesse Harris | |
* Linter for powershell syntax errors | |||
2019-04-11 | feat: fecs support for js/html/css lint and format | harttle | |
`fecs` is a lint tool for HTML/CSS/JavaScript, see http://fecs.baidu.com for more options. | |||
2019-04-11 | Fix 1996 - Add eclipse LSP support. | Horacio Sanson | |
2019-04-10 | Add a linter for clojure using clj-kondo (#2377) | Masashi Iizuka | |
2019-04-10 | Close #2179 - Add support for gopls | w0rp | |
2019-04-10 | Adding new linter "cookstyle" for chef recipes (Issue #1187) (#2362) | Raphael Hoegger | |
2019-04-08 | [doc] Add swift support documentation (#2426) | Dan Loman | |
* [doc] Add swift support documentation * [doc] Add swift bullets in main help file * [doc] Add to supported languages and tools txt file as well * Ensure same name styling for help/readme files | |||
2019-04-07 | Document ale#Hasv2.4.0 | w0rp | |
2019-04-02 | Sort the documented options | w0rp | |
2019-03-30 | Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP | rhysd | |
2019-03-29 | Fix the table of contents | w0rp | |
2019-03-29 | PSScriptAnalyzer (#2370) | Jesse Harris | |
* Added psscriptanalyzer * Added exclusions and documentation * Added PSScriptAnalyzer handler test | |||
2019-03-29 | #2397 - disable elixir-ls by default, which can be CPU hungry | w0rp | |
2019-03-21 | Add support for elm-lsp | Antew | |
2019-03-11 | make options for credo configurable (#2337) | Adam Trepanier | |
* Add credo --strict option If a user sets 'let g:ale_elixir_credo_strict=1' it will run credo with --strict instead of suggest. The default (0) is to run as suggest. * Added credo docs | |||
2019-03-09 | Update documentation for languagetool | w0rp | |
2019-03-08 | Merge pull request #2327 from akshit-sharma/master | w0rp | |
clang-format supported with nvcc (cuda files) | |||
2019-03-08 | Fix #2326 - ALEComplete no longer replaces completeopt | w0rp | |
2019-03-05 | #2132 - Document ale#command#Run | w0rp | |
2019-03-02 | fixed mismatched ToC and heading | akshit-sharma | |
2019-03-02 | clang-format supported with nvcc (cuda files) | akshit-sharma | |
2019-02-22 | Revert "#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)" | w0rp | |
This reverts commit f1ed654ca5318de5a24b37d882e55e04e4e566c8. | |||
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2019-02-22 | #2132 - Implement project_root as a replacement for project_root_callback | w0rp | |
2019-02-22 | #2132 - Make most foo_callback options work as foo | w0rp | |
2019-02-21 | #2132 - Implement deferred command handling for linters | w0rp | |
2019-02-18 | Fix typo in ale.txt | mandreyel | |
2019-02-13 | Fix #2293 - Update linter option documentation | w0rp | |
* The README now points to a valid helptag for linter options. * The now very, very large part of the table of contents for linter and fixer options has been moved into a section so the initial table is smaller. * Special linter or fixer options now lie beneath the general linter or fixer options. | |||
2019-02-12 | #2132 - Implement deferred executable string handling for linters | w0rp | |