Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | add 'How can I use ALE and vim-lsp together?' in readme (#3711) | Linda_pp | |
2021-03-01 | Update documentation for floating window borders | w0rp | |
2021-03-01 | Add borders for floating windows in Neovim (#3603) | Yen3 | |
* Add borders for floating windows in Neovim * Add docs for floating window border setting Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2021-01-27 | Remove last traces of Travis CI | w0rp | |
* The build status badge is now for GitHub Actions. * The documentation now mentions GitHub instead. * Warnings in the YAML file have been fixed or ignored. | |||
2020-11-21 | Added the Vundle command in installation instructions (#3400) | Gabriel Petrovay | |
2020-11-14 | Update documentation for code actions and rename | w0rp | |
2020-08-23 | Close #2556 - Support filename mapping | w0rp | |
ALE now supports mapping files between different systems for running linters and fixers with Docker, in virtual machines, in servers, etc. | |||
2020-08-09 | #3276 - Update README for make -n changes | w0rp | |
2020-08-09 | Enable C flag parsing by default | w0rp | |
The options for parsing `make -n` and `compile_commands.json` flags are now enabled by default, so people can start getting better flags for their files by default. `compile_commands.json` flags are now preferred over `make -n` results, to make the options work better by default. | |||
2020-08-09 | Explain how to use ALE and coc.nvim together | w0rp | |
2020-08-09 | Move :ALEInfo higher up in the FAQ | w0rp | |
2020-08-09 | Close #3267 - Add a general autoimport setting | w0rp | |
2020-08-04 | Use more American English | w0rp | |
2020-08-04 | #1532 - Display hover information on CursorHold | w0rp | |
2019-12-03 | Add a Help Wanted message in case people are interested | w0rp | |
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. | |||
2019-07-29 | Update links to use the new GitHub organization | w0rp | |
2019-06-27 | Update README section about running linters on save | Eric Wang | |
The default for `g:ale_lint_on_insert_leave` was recently changed to 1, so it now needs to be explicitly set to 0 to run linters only when files are saved. | |||
2019-06-10 | Lint on InsertLeave, not in insert mode by default | w0rp | |
b:ale_lint_on_insert_leave is now supported as tests need it. These defaults are saner and cause fewer issues for users by default. | |||
2019-06-10 | Move images to a GitHub issue | w0rp | |
2019-06-09 | In README, more efficient git clones | enterprisey | |
Users don't need the entire git history to use the plugin, so don't download it | |||
2019-06-04 | Update README deoplete completion source section | hy2k | |
2019-05-22 | Update the README to use travis-ci.com | w0rp | |
2019-05-21 | Revert "Fix #2492 - Remove all Deoplete support for now" | w0rp | |
This reverts commit 975cc7af8fbabe234a220c84e56b7ff719d8d959. | |||
2019-05-17 | Close #2285 - Add a function for use with omnifunc | w0rp | |
2019-05-16 | Fix #2492 - Remove all Deoplete support for now | w0rp | |
2019-05-11 | Make it less likely people will do the wrong thing | w0rp | |
Make it very clear in every single place that the setting for ALE's own completion implementation is mentioned that you should not enable it if you want to use ALE as a completion source for other plugins like Deoplete. | |||
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |
2019-04-15 | Adjust the README wording slightly | w0rp | |
2019-04-03 | Fix missing character in %severity% | Ryan Delaney | |
2019-03-31 | FAQ: how can I see what is currently enabled? | Matt Black | |
2019-02-13 | Fix #2293 - Update linter option documentation | w0rp | |
* The README now points to a valid helptag for linter options. * The now very, very large part of the table of contents for linter and fixer options has been moved into a section so the initial table is smaller. * Special linter or fixer options now lie beneath the general linter or fixer options. | |||
2019-02-13 | Better wording | w0rp | |
2019-02-13 | Explain what linting is in the first sentence | w0rp | |
2019-02-11 | Rewrite the supported tools lists in new files | w0rp | |
2019-02-06 | Make Cypher linter dynamic | Francisco Lopes | |
2019-02-03 | linter/cypher: add cypher-lint | Francisco Lopes | |
2019-01-27 | Add initial ameba (crystal linter) support (#2174) | Harrison Bachrach | |
* Add initial ameba (crystal linter) support Note that this depends on saved file as `ameba` does not have STDIN support * Fix formatting of crystal linter documentation * Add tests for ameba executable customization | |||
2019-01-27 | Extend statusline interface (#2240) | petpetpetpet | |
* Extended statusline.vim to provide an efficient way to access the first errors,warnings,stylerrors,stylewarnings,etc from the loclist. * Added documentation and help for the new API function. | |||
2019-01-27 | Add textlint for tex (#2234) | TANIGUCHI Masaya | |
2019-01-27 | add cmake-format fixer support (#2244) | Attila Maczak | |
2019-01-27 | SugarSS support from PR 1967 (#2219) | Niclas Åhdén | |
* sugarss support + bonus naming Sass correctly * cleanup + alphabetic ordering | |||
2019-01-27 | Add VHDL Support & Newer Verilog Linters (#2229) | John Gentile | |
* Added VHDL file support with ghdl compiler * Update ghdl.vim * Create vcom.vim * Create xvhdl.vim * Update xvlog.vim * Added documentation for VHDL & Verilog linters * Added tests to VHDL & Verilog linters | |||
2019-01-26 | #2248 Mention tsserver as a JavaScript tool too | w0rp | |
2019-01-26 | Add bandit linter for Python | Martino Pilia | |
2019-01-15 | Fixed typo | Sam Zeng | |
2019-01-14 | Mention raco in the list of supported tools | w0rp | |
2019-01-12 | Support textlint for reStructuredText (#1978) | hokorobi | |
* Support textlint for reStructuredText * Add linter test for textlint rst | |||
2019-01-10 | Add textlint for Asciidoc and add it to Fixers (#2193) | TANIGUCHI Masaya | |
* Add textlint for asciidoc * Add textlint --fix | |||
2019-01-05 | Add support for bingo (#2165) | Jerko Steiner | |
* Add support for https://github.com/saibing/bingo * Add docs for ale-go-bingo * Use go.mod when found * Add test for bingo FindProjectRoot * Simplify ale_linters#go#bingo#GetCommand |