Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-08 | Use lambdas for LSP message callbacks, which are easier to manage | w0rp | |
2018-08-08 | Add prettier as a YAML option (#1789) | Peter Benjamin | |
* Add prettier as a yaml fixer * Sort yaml fixers alphabetically * Add prettier to doc/ale.txt * Add ale-yaml-prettier * Add ale-yaml-prettier to the TOC | |||
2018-08-08 | #925 Tell people not to use the tslint linter | w0rp | |
2018-08-07 | Merge pull request #1797 from bradlarsen/masterv2.1.0 | w0rp | |
Additionally adjust the jumplist with line numbers when opening a new file | |||
2018-08-07 | Update tests in response to changes in #1797. | Bradford Larsen | |
2018-08-07 | Update tests in response to changes in #1797. | Bradford Larsen | |
2018-08-07 | Adjust the jumplist with line numbers too when opening a new file | Bradford Larsen | |
This further addresses Issue #1758. | |||
2018-08-06 | Merge pull request #1787 from polyzen/doc-lsp-completions | w0rp | |
doc: LSP can provide completions | |||
2018-08-05 | doc: LSP can provide completions | Daniel M. Capella | |
2018-08-04 | Explicitly disable ALE for NeoVim versions below 0.2.0 | w0rp | |
2018-08-03 | Merge pull request #1783 from dimbleby/yang-lsp | w0rp | |
Add support for yang-lsp | |||
2018-08-03 | Add support for yang-lsp | David Hotham | |
2018-08-03 | Fix #1781 - Fix me breaking the tsserver linter | w0rp | |
2018-08-03 | Merge pull request #1778 from fredemmott/hhast-perf | w0rp | |
Tell HHAST to only look at open files | |||
2018-08-03 | Fix the Windows tests | w0rp | |
2018-08-03 | Only run the custom ALE linting script if it's in runtimepath | w0rp | |
2018-08-03 | Add a linter for checking ALE code itself | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-08-02 | Tell HHAST to only look at open files | Fred Emmott | |
Given ALE only cares about open files, this has no observable change, except for significantly reduced resource usage. | |||
2018-08-02 | Merge pull request #1770 from fredemmott/hack | w0rp | |
Split Hack out from PHP, modernize | |||
2018-08-02 | Disable HHAST by default | Fred Emmott | |
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea. | |||
2018-08-02 | Fall back on flags for other C/C++ files in the same directory | w0rp | |
2018-08-02 | Include the error in the detailed error message in the GCC handler | w0rp | |
2018-08-02 | Suggested changes | Fred Emmott | |
2018-08-02 | Add Haskell IDE Engine (hie) support (#1735) | Luxed | |
* Adding support for haskell-ide-engine * Work with the current directory if no stack.yaml file is found * Added Cabal file detection, updated documentation and added tests * Updated help | |||
2018-08-02 | Javascript prettier filetype detect fix (#1769) | Paul Reimer | |
Support fixing YAML and HTML files with prettier for files without file extensions. | |||
2018-08-02 | coding style | Fred Emmott | |
2018-08-02 | Fix the failing tsserver test | w0rp | |
2018-08-02 | Update suggested filetypes for hackfmt | Fred Emmott | |
2018-08-02 | Split Hack out from PHP, modernize | Fred Emmott | |
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack` | |||
2018-08-02 | Merge pull request #1771 from fredemmott/lsp | w0rp | |
Show LSP diagnostic codes for `%code%` in message formats | |||
2018-08-02 | Add test for LSP code of -1 | Fred Emmott | |
2018-08-02 | Improved documentation for `code` loclist item field | Fred Emmott | |
2018-08-02 | Handle LSP codes for `%code%` in message formats | Fred Emmott | |
fixes #1767 | |||
2018-08-02 | Merge pull request #1776 from tmc/master | w0rp | |
python: add lookup path for flake8 config | |||
2018-08-01 | python: add lookup path for flake8 config | Travis Cline | |
2018-08-01 | Add a type check for the error data from LSP servers | w0rp | |
2018-08-01 | Merge pull request #1774 from polyzen/rust-runtime-docs | w0rp | |
doc/rust: rust.vim distributed w/ Vim>=8.0.0501 | |||
2018-08-01 | Merge pull request #1775 from polyzen/patch-1 | w0rp | |
contrib: Fix link to ale-development.txt | |||
2018-08-01 | contrib: Fix link to ale-development.txt | Daniel M. Capella | |
2018-08-01 | doc/rust: rust.vim distributed w/ Vim>=8.0.0501 | Daniel M. Capella | |
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7 | |||
2018-07-31 | #1700 - Mention how to work around the completeopt bug in the documentation | w0rp | |
2018-07-30 | Indicate that a C compiler failed due to problems in a header file | w0rp | |
2018-07-29 | Try to fix the C parsing test on Windows | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-27 | Mention v:t_TYPE variables in the developer documentation | w0rp | |
2018-07-26 | #1700 - Try using a 0ms timer showing the completion menu | w0rp | |
2018-07-26 | Merge pull request #1762 from actionless/vulture-doc | w0rp | |
mark `vulture` as file linter | |||
2018-07-26 | fix(linters: python): mark as lint_file | actionless | |
2018-07-26 | doc: mark `vulture` as file linter | actionless | |