Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | Make it more obvious you can use popup in completeopt now | w0rp | |
2020-01-01 | Merge pull request #2942 from PsiPhire/master | w0rp | |
Allow popup to be used instead of preview in completeopt | |||
2020-01-01 | Merge pull request #2937 from kevinoid/eslint-run-from-project-root | w0rp | |
Run ESLint from project root dir where possible | |||
2020-01-01 | Documented g:ale_hover_to_preview | w0rp | |
2020-01-01 | Merge pull request #2828 from akhilman/hover-to-preview | w0rp | |
Add option to show hover messages in preview. | |||
2019-12-29 | Add old check for bufline api | Jerko Steiner | |
2019-12-22 | Allow popup to be used instead of preview in completeopt | Zander Lee | |
2019-12-17 | Run ESLint from project root dir where possible | Kevin Locke | |
ESLint 6 loads all plugins/configs/parsers relative to the project root which, by default, is the directory in which ESLint is invoked, as described in [ESLint RFC 2018-simplified-package-loading]. Therefore, ALE should run ESLint from the project root, when possible, so that dependencies will load. This commit does so. [ESLint RFC 2018-simplified-package-loading]: https://github.com/eslint/rfcs/blob/master/designs/2018-simplified-package-loading/README.md Fixes: #2787 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2019-12-11 | Fix Rust linter/fixer listing | Jon Gjengset | |
2019-12-03 | Add a Help Wanted message in case people are interested | w0rp | |
2019-11-27 | Merge pull request #2910 from hsanson/2891-fix-eslinter-json-parser | w0rp | |
Fix 2891 - eslint not showing errors. | |||
2019-11-26 | Fix 2891 - eslint not showing errors. | Horacio Sanson | |
ESLint errors are contained in an array that can contain different stuff other than JSON error messages. This patch iterates over the whole array ignoring any non-json data. | |||
2019-11-24 | Fix for incorrect eslint output parsing for graphql files | Aaron Franks | |
The output is configured to be JSON, but the handler was parsing it as 'lines' | |||
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-14 | Merge pull request #2890 from nhanb/master | w0rp | |
Add nimpretty fixer for nim-lang | |||
2019-11-14 | Merge pull request #2889 from zigford/powershell-7-errorview | w0rp | |
Default errorview in pwsh7 now concise | |||
2019-11-09 | add nimpretty fixer | Bùi Thành Nhân | |
2019-11-09 | Default errorview in pwsh7 now concise | Jesse Harris | |
2019-11-08 | Add tagged entry for symbols to documentation | Donnie West | |
2019-11-08 | Switch variables to dictionary key | Donnie West | |
2019-11-08 | Add scriptencoding to `completion.vim` | Donnie West | |
2019-11-08 | Fix typo | Donnie West | |
2019-11-08 | Add documentation for ale-symbols feature | Donnie West | |
2019-11-08 | Allow the user to set their own completion values | Donnie West | |
2019-11-07 | Switch from style to transformers (#2838) | Thibault Vatter | |
* Switch to transformers for styler * Adapt unit test too | |||
2019-11-07 | Fix a test failing in AppVeyor | w0rp | |
2019-11-07 | Merge pull request #2887 from tamago324/add-nimcheck-end_col-options | w0rp | |
Add nimcheck end_col options | |||
2019-11-07 | Revert "Add definition of c/clangd's language as C (#2791)" | w0rp | |
This reverts commit f4070f6c43b3cb2e7463d8426a68d5a726991288. | |||
2019-11-07 | Merge pull request #2617 from robindar/master | w0rp | |
Fix crystal-lang non file-tied message handling | |||
2019-11-07 | Add nimcheck end_col options | tamago324 | |
nimcheck | |||
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-28 | fixers/stylelint: enhance `stylelint` fixer (#2745) | Charlie Johnson | |
* Refactor stylelint fixer test * Support additional stylelint fixer options * Support changing working directory for stylelint fixer * Force css syntax for stylelint fixer | |||
2019-10-28 | Merge pull request #2700 from elebow/clangcheck-no-color-diagnostics | w0rp | |
clangcheck: Add -fno-color-diagnostics (closes #2188) | |||
2019-10-22 | Merge branch 'master' into do-not-save-on-autoimport | Jerko Steiner | |
2019-10-22 | Rename ale#fix#SetBufferContents to ale#util#SetBufferContents | Jerko Steiner | |
2019-10-21 | Allow the use of StandardX for StandardJS linting and fixing. | Ian Campbell | |
See https://github.com/standard/standardx | |||
2019-10-21 | Remove standardts fixer in favor of allowing standard.vim fixer to handle ↵ | Ian Campbell | |
JavaScript or TypeScript options. | |||
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-21 | Fix #2835 - Bump up the sign group version check for NeoVim | w0rp | |
2019-10-18 | Make more names match up | Jon Gjengset | |
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-18 | Merge pull request #2845 from DonnieWest/fixItemDetailsOnEmptySource | w0rp | |
Fix tsserver not returning details for items with empty source | |||
2019-10-18 | Merge pull request #2844 from DonnieWest/fixAsyncompleteCodeActions | w0rp | |
Allow code actions to work on callback based sources |