Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-17 | Fix #1989 - Use ESlint options for fixers too | w0rp | |
2019-05-17 | Close #2285 - Add a function for use with omnifunc | w0rp | |
2019-05-16 | Update the Dockerfile with newer Vim versions | w0rp | |
2019-05-16 | Fix #2492 - Remove all Deoplete support for now | w0rp | |
2019-05-13 | [linter] Add LSP support for LaTeX via texlab | rliang | |
2019-05-12 | Merge pull request #2491 from mpesari/phpstan-autoload-option | w0rp | |
Add phpstan autoload option | |||
2019-05-11 | Support b:ale_completion_enabled for disabling it for some buffers | 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-05-10 | Add phpstan autoload option | Mikko Pesari | |
2019-05-10 | #2403 - Make ale_disable_lsp apply consistently, and document it better | w0rp | |
2019-05-09 | Add option to show msg id when pylint is used (#2445) | Katsuya Horiuchi | |
* Add python_pylint_use_msg_id to tweak output of pylint * Add test for ale_python_pylint_use_msg_id * Add doc on ale_python_pylint_use_msg_id | |||
2019-05-09 | Fix typos in documentation | Sh3Rm4n | |
2019-05-08 | Improve eclipselsp jar search logic. | Horacio Sanson | |
- Set default value to $HOME/eclipse.jdt.ls - Make JAR search regexp more specific. - Allow to set the VSCode extensions folder as ale_java_eclipselsp_path. | |||
2019-05-08 | Fix eclipselsp path documentation. | Horacio Sanson | |
Closes #2468 | |||
2019-05-07 | Escape phpstan arguments, and update documentation | w0rp | |
2019-05-07 | Add fixer for OCaml ocp-indent (#2436) | Kanenobu Mitsuru | |
2019-05-01 | Merge pull request #2446 from fnichol/add-var-sh-shellcheck-change-directory | w0rp | |
Add g:ale_sh_shellcheck_change_directory | |||
2019-05-01 | Merge pull request #2437 from robertjlooby/add-floskell | w0rp | |
Add floskell for Haskell formatting | |||
2019-04-29 | Merge pull request #2448 from reedriley/master | w0rp | |
Add support for Vim's tagstack to ALEGoToDefinition | |||
2019-04-29 | Include plugin description in local help line | Caleb Maclennan | |
The recommended format for _vim's internal help files_ is "<tag> <for vim version> <last change>", (see `:help help-writing` but this format is not parsed the same way for plugins. For plugins the recommended format includes a description of the plugin such as "<tag> <description>". See `:help write-local-help` for the different template. | |||
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |
2019-04-23 | Add a fixer for r based on the styler package (#2401) | Thibault Vatter | |
* Add styler as a new fixer for R files * Add to the list of supported tools * Add documentation | |||
2019-04-19 | Add support for Vim's tagstack to ALEGoToDefinition | Reed Riley | |
fixes 1236 | |||
2019-04-18 | Add g:ale_sh_shellcheck_change_directory | Fletcher Nichol | |
2019-04-17 | Documentation: ale-java eclipselsp customization | Julio | |
See also https://github.com/w0rp/ale/pull/2121 | |||
2019-04-16 | Fix #1930 - Finish ale_fix_on_save_ignore | w0rp | |
* Implementation had a bug * Documentation added * Tests added | |||
2019-04-14 | Add floskell for Haskell formatting | Rob Looby | |
2019-04-13 | Add support for latexindent (#2387) | Riley Martine | |
2019-04-13 | Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-ls | w0rp | |
WIP Fix 1996 - Add eclipse LSP support. | |||
2019-04-13 | Merge pull request #2394 from harttle/master | w0rp | |
feat: fecs support for js/html/css lint and format | |||
2019-04-13 | Linter for powershell syntax errors (#2413) | Jesse Harris | |
* Linter for powershell syntax errors | |||
2019-04-11 | change default value of ale_rust_rls_toolchain and update documentation | robertking | |
2019-04-11 | style: fecs related doc and vim scripts | Jun Yang | |
2019-04-11 | feat: fecs support for js/html/css lint and format | harttle | |
`fecs` is a lint tool for HTML/CSS/JavaScript, see http://fecs.baidu.com for more options. | |||
2019-04-11 | Fix 1996 - Add eclipse LSP support. | Horacio Sanson | |
2019-04-10 | Add a linter for clojure using clj-kondo (#2377) | Masashi Iizuka | |
2019-04-10 | Close #2179 - Add support for gopls | w0rp | |
2019-04-10 | Adding new linter "cookstyle" for chef recipes (Issue #1187) (#2362) | Raphael Hoegger | |
2019-04-08 | [doc] Add swift support documentation (#2426) | Dan Loman | |
* [doc] Add swift support documentation * [doc] Add swift bullets in main help file * [doc] Add to supported languages and tools txt file as well * Ensure same name styling for help/readme files | |||
2019-04-07 | Document ale#Hasv2.4.0 | w0rp | |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp | |
2019-04-02 | Add pyflakes to the Vim help file too | w0rp | |
2019-04-02 | Sort the documented options | w0rp | |
2019-03-30 | Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP | rhysd | |
2019-03-29 | Fix the table of contents | w0rp | |
2019-03-29 | PSScriptAnalyzer (#2370) | Jesse Harris | |
* Added psscriptanalyzer * Added exclusions and documentation * Added PSScriptAnalyzer handler test | |||
2019-03-29 | #2397 - disable elixir-ls by default, which can be CPU hungry | w0rp | |
2019-03-25 | Merge pull request #2363 from davidsierradz/master | w0rp | |
support jsonlint local executable | |||
2019-03-21 | Add support for elm-lsp | Antew | |
2019-03-15 | support jsonlint local executable | davidsierradz | |