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 | Use the updated Docker image | 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-16 | Fix #2505 - Remove NeoVim highlight support for now | w0rp | |
2019-05-16 | #2505 Try to fix NeoVim highlighting out of range errors | w0rp | |
2019-05-14 | Close #908 - Report phpcs problems as style problems | w0rp | |
2019-05-14 | Close #829 - Close LSP documents when buffers are deleted | w0rp | |
2019-05-13 | Close #791 - Handle exceptions for puglint | w0rp | |
2019-05-13 | Merge pull request #2500 from rliang/texlab | w0rp | |
[lsp] Add Texlab support | |||
2019-05-13 | [linter] Add LSP support for LaTeX via texlab | rliang | |
2019-05-13 | Make phpstan tests fail less | w0rp | |
2019-05-13 | Fix #2497 - ALE should not lint on save when disabled after fixing | w0rp | |
2019-05-13 | Merge pull request #2496 from liskin/sort-locale | w0rp | |
Force sort locale in check-supported-tools-tables | |||
2019-05-12 | Merge pull request #2491 from mpesari/phpstan-autoload-option | w0rp | |
Add phpstan autoload option | |||
2019-05-12 | Add test to verify phpstan autoload parameter | Mikko Pesari | |
2019-05-12 | #2492 - Try to fix a deoplete bug again | w0rp | |
2019-05-12 | Force sort locale in check-supported-tools-tables | Tomas Janousek | |
Otherwise it reports that the list isn't sorted properly if user's LANG is different. | |||
2019-05-12 | Make eslint respect the ale_warn_about_trailing_whitespace setting | w0rp | |
2019-05-12 | Fix #2490 - Kill other processes when the test script is interrupted | w0rp | |
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-11 | #2492 - Try to fix a bug with ALE's deoplete source | w0rp | |
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 | #2481 - Use text to insert from insertText | w0rp | |
2019-05-09 | Merge pull request #2486 from Sh3Rm4n/doc-typo-fix | w0rp | |
Fix typos in documentation | |||
2019-05-09 | Fix typos in documentation | Sh3Rm4n | |
2019-05-08 | Merge pull request #2134 from oaue/master | w0rp | |
javac linter: fix handling of error messages containing ':' character | |||
2019-05-08 | Merge pull request #2479 from hsanson/288-fix-eclipse-jar-path-docs | w0rp | |
Fix eclipselsp path documentation. | |||
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-07 | Merge pull request #2475 from andreypopp/andreypopp/fix-nvim-hl | w0rp | |
Fix off by one error line highlight w/ nvim api | |||
2019-05-05 | Fix off by one error line highlight w/ nvim api | Andrey Popp | |
2019-05-02 | Add XO as a linter/fixer for TypeScript files (#2453) | Alvin Chan | |
2019-05-01 | Better phpstan default configuration (#2444) | Julien Deniau | |
* Use phpstan config file as default whenever possible + report as error | |||
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-05-01 | Fix #2460 - Do not track when LSP linters are busy | w0rp | |
2019-05-01 | Optionally use neovim's api-highlights (#2169) | Andrey Popp | |
2019-04-29 | Merge pull request #2448 from reedriley/master | w0rp | |
Add support for Vim's tagstack to ALEGoToDefinition | |||
2019-04-29 | Merge pull request #2466 from alerque/patch-1 | w0rp | |
Include plugin description in local help line | |||
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-26 | Disable fsync for writefile() calls for performance | w0rp | |
2019-04-24 | Updated Vim version in Dockerfile and made UpdateTagStack clearer | Reed Riley | |
The `settagstack` and `gettagstack` functions don't exist prior to Vim 8.1.0519. And the function definition was unclear whether it intended to grab the *old* or the *new* file/line/col. | |||
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |