Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | Moved common code to ale handlers, updated bats doc | Ian2020 | |
2020-04-28 | Fix documentation oversights | Ian2020 | |
2020-04-24 | Add shellcheck as linter for bats files | Ian2020 | |
2020-04-21 | Add vim-language-server linter support | Jeffrey Lau | |
2020-04-20 | Add terraform-lsp integration (#2758) | Oliver Ford | |
* Add terraform-lsp integration https://github.com/juliosueiras/terraform-lsp * Add tests & docs for terraform-lsp integration terraform_langserver_options setting added to send custom flags to terraform-lsp. Vader tests have been added to test custom executable, custom flags, and finding the project root. All tests pass. Initial documentation has been added for the above. Resolves dense-analysis/ale#2758, juliosueiras#57 * Fix tag alignment Co-authored-by: = <Aubrey.S.Lavigne@gmail.com> Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-04-15 | Closes #3019 - Implement default navigation | w0rp | |
Default navigation for commands that jump to new locations has been implemented with the `ale_default_navigation` variable, and all commands that jump to locations now support `-tab`, `-split`, or `-vsplit` arguments for overriding the default navigation behavior. | |||
2020-04-09 | Move to rust-analyzer everywhere | Jon Gjengset | |
2020-03-26 | Fix code convention | puritys | |
2020-03-26 | To support javaagent on eclipselsp | puritys | |
2020-03-23 | Fix 2732 - Add bashate support | Horacio Sanson | |
2020-03-19 | Fix 345 - update java language server docs. | Horacio Sanson | |
2020-03-11 | Fixes #2982 - Implement g:ale_exclude_highlights | w0rp | |
Particular highlights can now be excluded by providing Lists of regular expressions. | |||
2020-02-25 | Mention using 'hidden' in combination with ALEGoToDefinition | w0rp | |
2020-02-16 | Alias ps1 filetype to powershell | Kevin Locke | |
Rather than requiring users to alias ps1 to powershell themselves, include it in s:default_ale_linter_aliases. Since [vim-ps1] is a popular (the only?) PowerShell ftplugin and there do not appear to be any other uses of ft=ps1 on vim.org, this seems like a safe and reasonable default. [vim-ps1]: http://www.vim.org/scripts/script.php?script_id=1327 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2020-01-02 | Fix #2704 - Show mypy notes; can be disabled | w0rp | |
2020-01-01 | Make it more obvious you can use popup in completeopt now | w0rp | |
2020-01-01 | Documented g:ale_hover_to_preview | w0rp | |
2019-12-19 | allow passing custom options to markdownlint | davidsierradz | |
2019-12-11 | Fix Rust linter/fixer listing | Jon Gjengset | |
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-11-08 | Include documentation item for removing warnings | Donnie West | |
2019-11-08 | Allow the user to remove warnings from completions | 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-16 | Place rust sections in alphabetical order | Jon Gjengset | |
2019-10-16 | Also list analyzer in doc/ supported tools | Jon Gjengset | |
2019-10-16 | Fix TOC sorting | Jon Gjengset | |
2019-10-16 | Make TOC match up | Jon Gjengset | |
2019-10-16 | Add support for rust-analyzer | Jon Gjengset | |
Fixes #2832 | |||
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> |