Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | Documented g:ale_hover_to_preview | w0rp | |
2019-11-15 | Merge pull request #2847 from DonnieWest/allowUserToCustomizeItems | w0rp | |
Allow user to customize items | |||
2019-11-14 | Clean up the nimpretty code | w0rp | |
2019-11-14 | Merge pull request #2660 from YPCrumble/master | w0rp | |
Add StandardJS linter for TypeScript | |||
2019-11-08 | Add tagged entry for symbols to documentation | Donnie West | |
2019-11-08 | Add documentation for ale-symbols feature | Donnie West | |
2019-10-29 | Merge pull request #2690 from iclanzan/purty | w0rp | |
Add purty fixer for PureScript | |||
2019-10-29 | Merge pull request #2819 from greg0ire/psalm_extra_options | w0rp | |
Add the possiblity to add extra psalm options | |||
2019-10-28 | Fix the test issues with html-beautify | w0rp | |
2019-10-28 | Add support for html-beautify (#2788) | Hugo Osvaldo Barrera | |
* Add support for html-beautify * Add html-beautify to the list of supported tools * Update docs | |||
2019-10-21 | Make sure README and docs are synced. | Ian Campbell | |
2019-10-21 | Add StandardJS for TypeScript linting and fixing. | Ian Campbell | |
2019-10-18 | Mention the disabled option for message severity | w0rp | |
2019-10-18 | Adding support for LSP `window/showMessage` method (#2652) | Andre Souto | |
* Added base handling for window/showMessage * Ignoring severity log * Code formatting * Added user configurable severity * Preferring ale#util#ShowMessage over echo'ing directly * Using format similar to ale_echo_msg_format for consistency * Updating docs * Added LSP log config string; improved tests * Use warning as fallback for incorrect user config | |||
2019-10-17 | Add support for nimlsp (#2815) | Jerko Steiner | |
* Add support for nimlsp.vim * Add test and docs for nimlsp * Add nimlsp to supported-tools.md * Add nimlsp to doc/ale-supported-languages-and-tools.txt | |||
2019-10-14 | Merge pull request #2803 from diegosouza/update_highest_phpstan_level | w0rp | |
Update highest phpstan level | |||
2019-10-13 | Fix TCP server config example. | Ryan Roden-Corrent | |
The docs for the `address` parameter of `Define` say: > This argument must only be set if the `lsp` argument > is set to `'socket'`. | |||
2019-10-07 | Add the possiblity to add extra psalm options | Grégoire Paris | |
2019-10-07 | Clarify that virtualtext is only in NeoVim | w0rp | |
2019-10-07 | Merge pull request #2814 from ↵ | w0rp | |
andys8/improvement/elm-ls-name-fix-in-documentation elm-ls: Removed some leftovers of previous name | |||
2019-10-07 | Merge pull request #2750 from ↵ | w0rp | |
andys8/improvement/elm-language-server-elm-analyse-trigger-param Elm language server params update | |||
2019-10-07 | Merge pull request #2735 from zoonfafer/scala-metals | w0rp | |
Add linter for Scala Metals | |||
2019-10-07 | Merge pull request #2676 from davidtwco/nixfmt-fixer | w0rp | |
Add nixpkgs-fmt fixer. | |||
2019-10-07 | Merge pull request #2694 from elebow/add-ruby-debride | w0rp | |
Add ruby debride (closes #2471) | |||
2019-10-06 | elm-ls: Removed some leftovers of previous name | andys8 | |
Plugin name is `elm-ls` Project page: <https://github.com/elm-tooling/elm-language-server> | |||
2019-10-02 | highest phpstan level in doc updated | Diego Mendes | |
2019-09-25 | 569 support vim sign group and priority (#2786) | Horacio Sanson | |
* Use sign-group only on supported vim versions. The sign-group feature is only available in nvim 0.4.0 and vim 8.1.614. * Add priority to ALE signs. This allows users to set a priority to ALE signs to take precedence over other plugin signs. | |||
2019-09-22 | Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp | w0rp | |
Add support for ink-language-server | |||
2019-09-22 | Merge pull request #2667 from Chris-Slade/master | w0rp | |
Edit ale-cs-csc docs to remove typos | |||
2019-09-20 | Close #2641 - Document how to add your own LSP linters | w0rp | |
2019-09-19 | Close #2764 - Support the new React filetypes with aliases | w0rp | |
2019-09-19 | Document and test solc | w0rp | |
2019-09-14 | Adding linting for rmd filetype (duplicate of rmarkdown) | statquant | |
2019-09-12 | Merge pull request #2696 from elebow/update-test-docs-for-linter-lists | w0rp | |
Update test docs and output for linter tables checked | |||
2019-09-12 | feat: support sqlformat. (#2702) | Cluas | |
* feat: support sqlformat. | |||
2019-09-12 | Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto ↵ | Jerko Steiner | |
import support (tsserver) (#2709) This commit adds support for renaming symbols in tsserver and with LSP tools, and for organising imports with tsserver. Completion results for symbols that can be imported are now suggested if enabled for tsserver completion done via ALE. | |||
2019-09-12 | languagetools: stop auto-appending --autoDetect (#2616) | Samuel Roeca | |
Options are now configurable for languagetools, and `--autoDetect` can be removed by changing the options. | |||
2019-09-10 | dfmt support (#2662) | theoremoon | |
* Add support for `dfmt` | |||
2019-09-04 | Elm language server params update | andys8 | |
* There is a new param 'elmAnalyseTrigger' (change|save|never) * Empty path default to let the language server search for binary | |||
2019-09-01 | Make help text clearer for line number highlights | w0rp | |
2019-09-01 | Add g:ale_sign_highlight_linenr (#2678) | BlahGeek | |
* add g:ale_sign_highlight_linenr * Fix tests. Change option default value * Rename ale_sign_highlight_linenr to ale_sign_highlight_linenrs * Default ale_sign_highlight_linenrs to 0 | |||
2019-08-31 | Add linter for Scala Metals | Jeffrey Lau | |
https://scalameta.org/metals/ | |||
2019-08-26 | Add nixpkgs-fmt fixer. | David Wood | |
This commit adds a fixer for the Nix language, nixpkgs-fmt (https://github.com/nix-community/nixpkgs-fmt). | |||
2019-08-18 | Merge remote-tracking branch 'AlexeiDrake/master' into ↵ | w0rp | |
bugfix/c-lsp-build-dir-settings | |||
2019-08-18 | Merge pull request #2631 from timlag1305/feat/ada-gnatpp | w0rp | |
Add gnatpp fixer for Ada | |||
2019-08-17 | Add asyncomplete.vim Support (#2627) | Donnie West | |
2019-08-13 | Update test docs and output for linter tables checked | Eddie Lebow | |
This makes some of the run-test output less misleading. Also fix a minor shellcheck issue: "\*" and "\\*" are equivalent, but the second one makes clear that the literal backslash is intentional. | |||
2019-08-13 | Correct copied typo in doc/ale-ruby | Eddie Lebow | |
2019-08-13 | debride: Add debride linter (closes #2471) | Eddie Lebow | |
2019-08-12 | Add purty fixer. | Sorin Iclanzan | |