summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-03-26To support javaagent on eclipselsppuritys
2020-03-23Fix 2732 - Add bashate supportHoracio Sanson
2020-03-19Fix 345 - update java language server docs.Horacio Sanson
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-02-16Alias ps1 filetype to powershellKevin 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-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-11-08Include documentation item for removing warningsDonnie West
2019-11-08Allow the user to remove warnings from completionsDonnie 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
2019-10-16Make TOC match upJon Gjengset
2019-10-16Add support for rust-analyzerJon Gjengset
Fixes #2832
2019-10-14Merge pull request #2803 from diegosouza/update_highest_phpstan_levelw0rp
Update highest phpstan level
2019-10-13Fix 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-07Add the possiblity to add extra psalm optionsGrégoire Paris
2019-10-07Clarify that virtualtext is only in NeoVimw0rp
2019-10-07Merge pull request #2814 from ↵w0rp
andys8/improvement/elm-ls-name-fix-in-documentation elm-ls: Removed some leftovers of previous name
2019-10-07Merge pull request #2750 from ↵w0rp
andys8/improvement/elm-language-server-elm-analyse-trigger-param Elm language server params update
2019-10-07Merge pull request #2735 from zoonfafer/scala-metalsw0rp
Add linter for Scala Metals
2019-10-07Merge pull request #2676 from davidtwco/nixfmt-fixerw0rp
Add nixpkgs-fmt fixer.
2019-10-07Merge pull request #2694 from elebow/add-ruby-debridew0rp
Add ruby debride (closes #2471)
2019-10-06elm-ls: Removed some leftovers of previous nameandys8
Plugin name is `elm-ls` Project page: <https://github.com/elm-tooling/elm-language-server>
2019-10-02highest phpstan level in doc updatedDiego Mendes
2019-09-25569 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-22Merge pull request #2683 from ahayworth/ahayworth-add-ink-lspw0rp
Add support for ink-language-server
2019-09-22Merge pull request #2667 from Chris-Slade/masterw0rp
Edit ale-cs-csc docs to remove typos
2019-09-20Close #2641 - Document how to add your own LSP lintersw0rp
2019-09-19Close #2764 - Support the new React filetypes with aliasesw0rp
2019-09-19Document and test solcw0rp
2019-09-14Adding linting for rmd filetype (duplicate of rmarkdown)statquant
2019-09-12Merge pull request #2696 from elebow/update-test-docs-for-linter-listsw0rp
Update test docs and output for linter tables checked