Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-07-21 | Merge pull request #3060 from hsanson/345-update-javalsp-documentation | w0rp | |
Fix 345 - update java language server docs. | |||
2020-07-21 | Merge pull request #3070 from hsanson/2732-add-bashate-support | w0rp | |
Fix 2732 - Add bashate support | |||
2020-07-10 | Support zls language server for zig | Sheheryar Parvaz | |
2020-07-02 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-06-19 | Merge pull request #3172 from 0xMH/patch-1 | Horacio Sanson | |
More docs for beginners to use cloudformation linter | |||
2020-06-07 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
2020-05-19 | refactor(javac): ale_java_javac_sourcepath variable defaults to String | NiBo | |
2020-05-19 | refactor(javac): ale_java_javac_classpath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-19 | refactor(javac): ale_java_javac_sourcepath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-15 | feat(javac): Add java_javac_sourcepath variable | NiBo | |
This variable can set multiple source code paths, the source code path is a relative path (relative to the project root directory) | |||
2020-05-15 | Added linter installing methods | Mohamed hamza | |
2020-05-15 | Merge pull request #3077 from puritys/javaagent | Horacio Sanson | |
To support javaagent on eclipselsp | |||
2020-05-15 | More docs for beginners to use cloudformation linter | NoNE | |
2020-05-09 | Merge pull request #3134 from Ian2020/master | Horacio Sanson | |
Add shellcheck as linter for bats files | |||
2020-05-05 | Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵ | RyanSquared | |
jonhoo-rust-analyzer | |||
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-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-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-05 | Update doc/ale-ada.txt | Bartek Jasicki | |
Co-Authored-By: timlag1305 <timlag1305@gmail.com> | |||
2019-10-31 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
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 | rename command variable to *_adals_* instead of *_lsp_* and whole name to ↵ | Bartek thindil Jasicki | |
adals instead of adalsp | |||
2019-10-18 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2019-10-18 | Mention the disabled option for message severity | w0rp | |