Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-04 | Fix prettier_standard to respect the configuration file | Conrad Irwin | |
Before this change, prettier_standard would run and ignore any .prettierrc, now it will respect the configuration of the file being linted. This change relies on prettier-standard 16.1.0 for the --stdin-filepath flag, but is backward compatible: older versions of prettier-standard will ignore the unknown flag and continue to run with no configuration file. | |||
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-23 | ShellDetect: fall back to filetype if no hashbang | Eddie Lebow | |
Some files lack a hashbang line but still have an unambiguous filetype. For example, the file `.zshrc` has the filetype `zsh`. Augment ale#handlers#sh#GetShellType to fall back to the filetype if no hashbang line can be found. | |||
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-09 | add nimpretty fixer | Bùi Thành Nhân | |
2019-11-08 | Switch variables to dictionary key | Donnie West | |
2019-11-08 | Add scriptencoding to `completion.vim` | Donnie West | |
2019-11-08 | Allow the user to set their own completion values | Donnie West | |
2019-11-08 | Check kind safely | Donnie West | |
2019-11-08 | Allow the user to remove warnings from completions | Donnie West | |
2019-11-07 | Switch from style to transformers (#2838) | Thibault Vatter | |
* Switch to transformers for styler * Adapt unit test too | |||
2019-10-29 | Merge pull request #2690 from iclanzan/purty | w0rp | |
Add purty fixer for PureScript | |||
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-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 | 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 | 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-17 | Fix tsserver not returning details for items with empty source | Donnie West | |
2019-10-17 | Allow code actions to work on callback based sources | Donnie West | |
2019-10-16 | Bump the ALE versionv2.6.0 | w0rp | |
2019-10-12 | Add option to show hover messages in preview. | Ildar Akhmetgaleev | |
Add new option 'ale_hover_to_preview' to show hover messages in preview window. | |||
2019-10-09 | Do not save for ALERename and ALEOrganizeImports | Jerko Steiner | |
2019-10-09 | Fix #2800 - Ignore completion user data which is not a dictionary | w0rp | |
2019-10-07 | Merge pull request #2676 from davidtwco/nixfmt-fixer | w0rp | |
Add nixpkgs-fmt fixer. | |||
2019-10-04 | Fix sign parser to be language independent. | Horacio Sanson | |
2019-09-25 | 569 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-20 | Merge pull request #2736 from zoonfafer/doc-typos | w0rp | |
doc: Fix typos | |||
2019-09-20 | Fix #2744 - Make ALEFix work when only casing is changed | w0rp | |
2019-09-20 | Show description of autoimport action for tsserver | Jerko Steiner | |
2019-09-19 | Close #2764 - Support the new React filetypes with aliases | w0rp | |
2019-09-19 | Fix #2711 - Fix writing to files on save | w0rp | |
2019-09-19 | `arguments` needs to be handled for `compile_commands.json` in addition to ↵ | Mo Zhonghua | |
`command` (#2123) * c linter: compatible with compile_commands.json without command field | |||
2019-09-14 | Adding linting for rmd filetype (duplicate of rmarkdown) | statquant | |
2019-09-12 | feat: support sqlformat. (#2702) | Cluas | |
* feat: support sqlformat. | |||
2019-09-12 | Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto ↵ | Jerko Steiner | |
import support (tsserver) (#2709) This commit adds support for renaming symbols in tsserver and with LSP tools, and for organising imports with tsserver. Completion results for symbols that can be imported are now suggested if enabled for tsserver completion done via ALE. |