ale icon indicating copy to clipboard operation
ale copied to clipboard

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

Results 422 ale issues
Sort by recently updated
recently updated
newest added

Hi @w0rp, Here is a PR for the changes we discussed in #4005. ## Changes * `g:ale_send_to_neovim_diagnostics = 0 | 1` as a configuration option * When `g:ale_send_to_neovim_diagnostics` is enabled,...

Pylint has [6 error categories](https://pylint.pycqa.org/en/latest/user_guide/messages/index.html), and currently ALE maps them to two: Error and Warning (all codes that are not errors are classified as warnings) This patch proposes the following...

## Information NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by [email protected] Operating System: macOS 12.5 ## What went wrong Errors in command line window. ## Reproducing the bug 1....

bug

This PR attemps to fix project root detection for `metals` as well as change the default executable name to just `metals`. (#4220) Further suggestions welcome.

Replaces vim 8.0 with vim 9.0 in the test scripts. Closes #4242

## Information **VIM version** ``` VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jul 25 2022 08:23:04) macOS version - arm64 Included patches: 1-65 Compiled by GitHub Actions ```...

bug

I often save files on exit, and would really value support for this in ALE. > I'll close this as ALE doesn't support fixing files on `:wq` or `:x`. I...

bug

## Information **VIM version** VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jul 18 2021 11:42:29) macOS version - x86_64 **Operating System** macOS Monterey Version 12.4 **hadolint version** Haskell...

bug

I can submit a PR if people agree on what's required. Here are the issues: 1. `ale_linters/scala/metals.vim` tries to use a binary called `metals-vim`, but that's not what the binary...

bug