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