index
:
ale
codex/update-ale-to-prefer-ale_root-setting
copilot/fix-ale-compile-commands-path
master
v1.0.x
v1.1.x
v1.2.x
v1.3.x
v1.4.x
v1.5.x
v1.6.x
v1.7.x
v1.8.x
v1.9.x
v2.0.x
v2.1.x
v2.2.x
v2.3.x
v2.4.x
v2.5.x
v2.6.x
v2.7.x
v3.0.x
v3.1.x
v3.2.x
v3.3.x
v4.0.x
Asynchronous Lint Engine plugin for Vim
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
autoload
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correctly identify tempfiles once symlinks are resolved (#3726)
Josh Pencheon
2025-04-02
1
-2
/
+7
*
Always use safe file local variables for erlang-mode fixer (#4942)
Dmitri Vereshchagin
2025-04-01
1
-1
/
+2
*
Fix #4935 - Send tsserver messsages to tsserver in Neovim
w0rp
2025-03-29
1
-1
/
+1
*
#3600 Implement pull model with Neovim Client
w0rp
2025-03-27
1
-3
/
+3
*
Close #3600 - Implement pull diagnostics in VimL
w0rp
2025-03-27
4
-9
/
+82
*
Add basic Lua ALE functions and test coverage
w0rp
2025-03-27
1
-1
/
+1
*
Detect the Lua project root using .luarc.json
w0rp
2025-03-27
1
-0
/
+1
*
Implement Lua ALE setup & overhaul documentation
w0rp
2025-03-27
9
-22
/
+22
*
Support g:ale_shell with the Neovim LSP client
w0rp
2025-03-27
1
-1
/
+1
*
Add Neovim TCP connections to language servers
w0rp
2025-03-27
1
-2
/
+32
*
Supply language_id values to Neovim LSP API
w0rp
2025-03-27
4
-15
/
+35
*
Fix tests for Neovim LSP integration
w0rp
2025-03-27
1
-11
/
+13
*
Clean up message handling for LSP integration
w0rp
2025-03-27
1
-19
/
+11
*
Handle other LSP capabilities via ALE
w0rp
2025-03-27
1
-23
/
+43
*
Handle Neovim LSP diagnostics via ALE's functions
w0rp
2025-03-27
1
-9
/
+9
*
Start up language servers with Neovim's API
w0rp
2025-03-27
2
-8
/
+70
*
fix(biome): update biome to replace deprecated arguments (#4934)
dcai
2025-03-27
1
-1
/
+1
*
(feat) add support for kulala_fmt fixer (#4925)
Horacio Sanson
2025-03-18
2
-0
/
+16
*
Add linting support for all formats supported by djlint (#4920)
Adrian Vollmer
2025-03-18
3
-0
/
+117
*
Add the typstyle formatter as a fixer for Typst (#4927)
Adrian Vollmer
2025-03-17
2
-0
/
+25
*
Bump the ALE version to 4.0.0
v4.0.0
v4.0.x
w0rp
2025-03-14
1
-1
/
+1
*
Close #4618 - Do not show info for the ALEInfo window
w0rp
2025-03-14
1
-0
/
+5
*
Add scadformat fixer for OpenSCAD (#4808)
tony-o
2025-03-11
2
-0
/
+20
*
Use ModeChanged events instead of InsertLeave emulation #4919 #4738
w0rp
2025-03-10
1
-5
/
+28
*
more defensive coding: guard against a non-iterable loclist (#4912)
Alexander Huynh
2025-03-08
1
-0
/
+6
*
Fixed the issue with Black ignoring config file to tell it which file is bein...
Noah
2025-02-24
1
-0
/
+3
*
Add fixer for json: python's json.tool (#4847)
David Briscoe
2025-02-24
2
-0
/
+25
*
Add matched text to ALEFindReferences -quickfix for tsserver (#4898)
Bogdan Gusiev
2025-02-16
1
-1
/
+4
*
Fix cwd setting to use .stylua.toml if stylua.toml is not found (#4892)
Takahito Nakano
2025-02-07
1
-2
/
+4
*
fix(biome): update biome fixer supports css and graphql (#4902)
dcai
2025-02-07
1
-1
/
+1
*
fix: stylua should have cwd and --stdin-filepath (#4873)
dcai
2025-01-10
1
-1
/
+12
*
xmllint fixer must read from stdin - not buffer filename (#4884)
Vangelis
2025-01-10
1
-9
/
+2
*
Add support for c3-lsp linter (#4836)
konimarti
2025-01-10
1
-0
/
+19
*
Add erlfmt fixer to the registry and use it with stdin (#4868)
Dmitri Vereshchagin
2024-12-29
2
-4
/
+7
*
Implement support for apkbuild-fixer (#4881)
Hugo
2024-12-29
2
-0
/
+24
*
Add yq support (#4861)
axhav
2024-12-29
2
-0
/
+27
*
fix ale_python_auto_virtualenv to correctly set virtualenv env vars (#4885)
Robert Muir
2024-12-29
1
-2
/
+7
*
Add golangci-lint fixer (#4853)
Ian Stapleton Cordasco
2024-11-27
2
-0
/
+37
*
Add cljfmt fixer for clojure files (#4860)
rudolf ordoyne
2024-11-17
2
-0
/
+19
*
Fix python linting/formatting error when in virtual environment (#4865)
Walter Kaunda
2024-11-17
11
-15
/
+15
*
Add erlang-mode fixer for Erlang files (#4848)
Dmitri Vereshchagin
2024-10-31
2
-0
/
+55
*
Return floating_preview window id (#4828)
David Briscoe
2024-10-20
1
-0
/
+2
*
no need to write and read temporary file with syntax_tree (#4834)
Markus
2024-10-14
1
-2
/
+1
*
Improve support for python package manage: pipenv, poetry and uv (#4825)
Diego Henrique Oliveira
2024-09-05
12
-60
/
+193
*
Add support for astro (#4780)
ghsang
2024-08-14
3
-2
/
+4
*
feat(biome): add support for json and jsonc (#4805)
Braden Kelley
2024-07-09
2
-3
/
+3
*
When ruff version is >=0.5.0 use 'ruff check <path>' instead of 'ruff <path>'...
Tom Bourton
2024-07-02
1
-0
/
+5
*
fix!(biome): allow passing options to `biome check` (#4799)
Braden Kelley
2024-06-27
1
-7
/
+0
*
fix(biome): find root when using biome.jsonc (#4774)
Braden Kelley
2024-06-25
1
-2
/
+31
*
fix(biome): send correct language to lsp proxy (#4773)
Braden Kelley
2024-06-24
1
-0
/
+4
[prev]
[next]