summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-07-25doc: Add astyle to ale-cpp-options in ale.txtjhlink
2020-07-25doc: Add astyle to c++ in supported lang & toolsjhlink
2020-07-25doc: Add astyle to ale-cppjhlink
2020-07-10style: Adjust spacingjhlink
2020-07-10doc: Add astyle to supported lang & toolsjhlink
2020-07-10doc: Add astyle to ale-c-options in ale-contentsjhlink
2020-07-10doc: Add astyle entry to ALE c integrationjhlink
2020-06-19Merge pull request #3172 from 0xMH/patch-1Horacio Sanson
More docs for beginners to use cloudformation linter
2020-05-22Support revive for go files (#2933)Paco
Signed-off-by: Penghui Liao <liaoishere@gmail.com>
2020-05-19refactor(javac): ale_java_javac_sourcepath variable defaults to StringNiBo
2020-05-19refactor(javac): ale_java_javac_classpath variable supports String and List ↵NiBo
types
2020-05-19refactor(javac): ale_java_javac_sourcepath variable supports String and List ↵NiBo
types
2020-05-15feat(javac): Add java_javac_sourcepath variableNiBo
This variable can set multiple source code paths, the source code path is a relative path (relative to the project root directory)
2020-05-15Added linter installing methodsMohamed hamza
2020-05-15Merge pull request #3077 from puritys/javaagentHoracio Sanson
To support javaagent on eclipselsp
2020-05-15More docs for beginners to use cloudformation linterNoNE
2020-05-09Merge pull request #3134 from Ian2020/masterHoracio Sanson
Add shellcheck as linter for bats files
2020-05-05Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵RyanSquared
jonhoo-rust-analyzer
2020-04-28Moved common code to ale handlers, updated bats docIan2020
2020-04-28Fix documentation oversightsIan2020
2020-04-24Add shellcheck as linter for bats filesIan2020
2020-04-21Add vim-language-server linter supportJeffrey Lau
2020-04-20Add 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-15Closes #3019 - Implement default navigationw0rp
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-09Move to rust-analyzer everywhereJon Gjengset
2020-03-26Fix code conventionpuritys
2020-03-26To support javaagent on eclipselsppuritys
2020-03-11Fixes #2982 - Implement g:ale_exclude_highlightsw0rp
Particular highlights can now be excluded by providing Lists of regular expressions.
2020-02-25Mention using 'hidden' in combination with ALEGoToDefinitionw0rp
2020-01-02Fix #2704 - Show mypy notes; can be disabledw0rp
2020-01-01Make it more obvious you can use popup in completeopt noww0rp
2020-01-01Documented g:ale_hover_to_previeww0rp
2019-12-11Fix Rust linter/fixer listingJon Gjengset
2019-11-15Merge pull request #2847 from DonnieWest/allowUserToCustomizeItemsw0rp
Allow user to customize items
2019-11-14Clean up the nimpretty codew0rp
2019-11-14Merge pull request #2660 from YPCrumble/masterw0rp
Add StandardJS linter for TypeScript
2019-11-08Add tagged entry for symbols to documentationDonnie West
2019-11-08Add documentation for ale-symbols featureDonnie West
2019-10-29Merge pull request #2690 from iclanzan/purtyw0rp
Add purty fixer for PureScript
2019-10-29Merge pull request #2819 from greg0ire/psalm_extra_optionsw0rp
Add the possiblity to add extra psalm options
2019-10-28Fix the test issues with html-beautifyw0rp
2019-10-28Add 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-21Make sure README and docs are synced.Ian Campbell
2019-10-21Add StandardJS for TypeScript linting and fixing.Ian Campbell
2019-10-18Mention the disabled option for message severityw0rp
2019-10-18Adding 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-17Add 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-16Place rust sections in alphabetical orderJon Gjengset
2019-10-16Also list analyzer in doc/ supported toolsJon Gjengset
2019-10-16Fix TOC sortingJon Gjengset