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
/
plugin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Lua ALE setup & overhaul documentation
w0rp
2025-03-27
1
-69
/
+72
*
Update documentation for Neovim LSP integration
w0rp
2025-03-27
1
-0
/
+2
*
Start up language servers with Neovim's API
w0rp
2025-03-27
1
-0
/
+10
*
Update the minimum supported Neovim version to 0.7
w0rp
2025-03-11
1
-5
/
+5
*
Improve support for python package manage: pipenv, poetry and uv (#4825)
Diego Henrique Oliveira
2024-09-05
1
-0
/
+3
*
Close #4458 - Add an ALEStopLSP command
w0rp
2023-09-16
1
-0
/
+2
*
#4607 No conflicts with nvim-lspconfig by default
w0rp
2023-09-14
1
-0
/
+4
*
Close #4442 - Use Neovim diagnostics by default
w0rp
2023-09-09
1
-1
/
+1
*
Update minimum supported NeoVim version to 0.6.0
w0rp
2023-09-07
1
-1
/
+2
*
Close #3368 - Supercharge :ALEInfo
w0rp
2023-09-06
1
-3
/
+7
*
Add an option to save hidden buffers
w0rp
2023-09-06
1
-0
/
+3
*
#2172 Auto PATH with ale_python_auto_virtualenv
w0rp
2023-02-08
1
-0
/
+4
*
diagnostics: support sending ALE output to Neovim's diagnostics API (#4345)
Ben Boeckel
2023-01-29
1
-0
/
+9
*
Close #4396 - Enable virtualtext by default
w0rp
2022-12-25
1
-1
/
+1
*
Close #4397 - Add human-readable values for g:ale_virtualtext_cursor
w0rp
2022-12-25
1
-2
/
+2
*
fix: missing plug mapping `ale_go_to_implementation` (#4337)
U1s2e3r4n5a6m7e
2022-11-25
1
-0
/
+1
*
Fix typo in plug mapping for `ale_go_to_implementation_in_vsplit` (#4304)
Nate Pinsky
2022-09-08
1
-1
/
+1
*
Allow customization of all floating window borders (#4215)
Devin J. Pohly
2022-05-27
1
-4
/
+5
*
Add ALEGoToImplementation (#4160)
godbless
2022-04-30
1
-0
/
+6
*
Fix test for echoing messages
w0rp
2022-04-01
1
-2
/
+4
*
Add ALEPopulateQuickfix and ALEPopulateLocList (#3761)
David Briscoe
2022-02-04
1
-0
/
+4
*
ALEFileRename command added. (#4012)
Dalius Dobravolskas
2021-12-17
1
-0
/
+4
*
Add importMap option to deno Initialization Options (#3827)
Arnold Chand
2021-07-25
1
-0
/
+3
*
Python support poetry (#3834)
Daniel Roseman
2021-07-25
1
-0
/
+3
*
Add borders for floating windows in Neovim (#3603)
Yen3
2021-03-01
1
-0
/
+5
*
#3599 - Use ale_root instead of ale_lsp_root
w0rp
2021-03-01
1
-3
/
+3
*
#3362 Disable LSP/tsserver hints/suggestions by default
w0rp
2021-02-06
1
-0
/
+3
*
Add nvim floating window support (replaces #3314) (#3470)
Kevin Clark
2021-01-14
1
-0
/
+9
*
Use has('gui_running') instead of has('gui')
w0rp
2020-11-21
1
-1
/
+1
*
Close #2727 - Add a hover-only setting for balloons
w0rp
2020-11-21
1
-1
/
+1
*
Fix #3332 - Modify everything for rename/actions
w0rp
2020-11-21
1
-1
/
+1
*
Close #1466 - Add GVIM refactor menu support
w0rp
2020-11-21
1
-0
/
+7
*
Update documentation for code actions and rename
w0rp
2020-11-14
1
-0
/
+1
*
Support for LSP/tsserver Code Actions (#3437)
Dalius Dobravolskas
2020-11-14
1
-0
/
+3
*
#3332 Implement :ALERename! for ignoring errors
w0rp
2020-10-15
1
-1
/
+1
*
Close #3333 - Add an ALECompletePost event
w0rp
2020-09-08
1
-1
/
+3
*
Close #3268 - Implement :ALEImport
w0rp
2020-09-06
1
-0
/
+5
*
Close #2556 - Support filename mapping
w0rp
2020-08-23
1
-0
/
+4
*
Remove features deprecated in previous versions
w0rp
2020-08-18
1
-18
/
+6
*
#1532 - Display hover information on CursorHold
w0rp
2020-08-04
1
-0
/
+3
*
Closes #3019 - Implement default navigation
w0rp
2020-04-15
1
-14
/
+24
*
Fixes #2982 - Implement g:ale_exclude_highlights
w0rp
2020-03-11
1
-0
/
+3
*
Add option to show hover messages in preview.
Ildar Akhmetgaleev
2019-10-12
1
-0
/
+3
*
Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...
Jerko Steiner
2019-09-12
1
-0
/
+7
*
Fix #2668 - Set g:ale_go_go111module
w0rp
2019-08-02
1
-0
/
+3
*
Lint on InsertLeave, not in insert mode by default
w0rp
2019-06-10
1
-4
/
+4
*
Close #1753 - Implement minimum viable integration with Deoplete
w0rp
2019-04-23
1
-1
/
+1
*
Fix #2326 - ALEComplete no longer replaces completeopt
w0rp
2019-03-08
1
-1
/
+1
*
Supporting filtered jump (#2279)
Théo Cavignac
2019-02-10
1
-2
/
+13
*
Update syntax checking
w0rp
2019-02-06
1
-1
/
+1
[next]