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
/
test
/
lsp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Read trigger characters from LSP initialize responses (#5121)
Eric Stern
2026-05-31
1
-0
/
+48
*
Close #5112 - Support newer Pyright and other LSPs
w0rp
2026-05-15
2
-1
/
+288
*
Close #5002 - Support getting g:ale_root as a String
w0rp
2026-05-15
1
-0
/
+6
*
fix expert lsp stdio and register capability (#5113)
coriocactus
2026-04-10
1
-0
/
+24
*
Added support for harper in markdown files (#5104)
Armand Halbert
2026-03-28
2
-1
/
+63
*
Only strip newlines for echo, otherwise full messages (#4964)
Benjamin Block
2025-07-20
1
-2
/
+2
*
Close #3600 - Implement pull diagnostics in VimL
w0rp
2025-03-27
5
-18
/
+166
*
Add Neovim TCP connections to language servers
w0rp
2025-03-27
1
-0
/
+9
*
Supply language_id values to Neovim LSP API
w0rp
2025-03-27
6
-18
/
+18
*
Fix tests for Neovim LSP integration
w0rp
2025-03-27
1
-43
/
+43
*
#4454 Clean up more tests and code
w0rp
2023-09-16
1
-6
/
+3
*
Stop supporting ale_lsp_root
w0rp
2023-09-16
2
-30
/
+7
*
Close #4458 - Add an ALEStopLSP command
w0rp
2023-09-16
1
-36
/
+107
*
#4607 No conflicts with nvim-lspconfig by default
w0rp
2023-09-14
1
-4
/
+4
*
Communicate support for markdown to the lsp server (#4450) (#4453)
Wooter
2023-07-25
1
-2
/
+2
*
Fix `ale#util#GetBufferContents` and propagate use (#4457)
Wilson E. Alvarez
2023-03-14
1
-0
/
+3
*
Add ALEGoToImplementation (#4160)
godbless
2022-04-30
3
-0
/
+33
*
Add CodeAction codeActionLiteralSupport Feature (#4163)
godbless
2022-04-29
1
-0
/
+5
*
Add neovim 0.6 to run-tests (#3998)
Horacio Sanson
2022-04-01
1
-8
/
+8
*
Add eclipselsp jdt:// support for textDocument/definition (#4030)
yoshi1123
2022-03-04
5
-29
/
+29
*
Fix 3207 - do not send didSave notification if not supported (#3930)
Horacio Sanson
2021-10-15
1
-0
/
+24
*
Implement textDocument/didSave includeText optional argument (#3925)
Wilson E. Alvarez
2021-10-07
1
-1
/
+16
*
Introduce an ALELSPStarted autocommand (#3878)
Jon Parise
2021-09-05
1
-22
/
+71
*
chore: replace python-language-server to supported pylsp (#3810)
Gerardo Gómez Rodríguez
2021-07-09
1
-3
/
+3
*
#3599 - Use ale_root instead of ale_lsp_root
w0rp
2021-03-01
1
-11
/
+39
*
Support going to type definition with tsserver (#3545)
Alex LaFroscia
2021-02-20
1
-0
/
+13
*
Support for LSP/tsserver Code Actions (#3437)
Dalius Dobravolskas
2020-11-14
1
-1
/
+5
*
Fix #3183 - Escape filename characters from LSP/tsserver
w0rp
2020-09-05
1
-10
/
+46
*
Remove features deprecated in previous versions
w0rp
2020-08-18
3
-5
/
+4
*
Fix #3294 - Fix hover off by 1, handle LSP server crashes
w0rp
2020-08-18
1
-0
/
+10
*
Make it easier to run tests locally
w0rp
2020-08-16
1
-0
/
+6
*
Fix #2907 - Handle dictionaries for capabilities
w0rp
2020-08-07
1
-1
/
+52
*
Adding support for LSP `window/showMessage` method (#2652)
Andre Souto
2019-10-18
1
-0
/
+94
*
Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...
Jerko Steiner
2019-09-12
2
-2
/
+6
*
Use JSON output for eslint and fix tsserver column
Nils Kuhnhenn
2019-06-02
1
-3
/
+3
*
Support custom LSP notifications
Martino Pilia
2019-06-01
1
-8
/
+31
*
Refactor LSP custom request handling
Martino Pilia
2019-05-31
1
-21
/
+37
*
Add API for custom LSP requests
Martino Pilia
2019-05-31
1
-0
/
+120
*
Fix LSP tests
w0rp
2019-05-24
2
-0
/
+393
*
Try to fix the tests
w0rp
2019-05-20
1
-2
/
+2
*
Fix #2515 - Send client capabilities to LSP servers
w0rp
2019-05-20
2
-2
/
+60
*
Close #829 - Close LSP documents when buffers are deleted
w0rp
2019-05-14
1
-0
/
+176
*
#2403 - Make ale_disable_lsp apply consistently, and document it better
w0rp
2019-05-10
1
-0
/
+3
*
improve the lsp diagnostic message format (#2425)
Jethro Shuwen Sun
2019-04-15
1
-0
/
+20
*
Close #2132 - Add deprecation warnings for old features
w0rp
2019-04-07
1
-4
/
+4
*
#2132 - Replace command_chain and chain_with with ale#command#Run
w0rp
2019-04-07
1
-0
/
+2
*
#2397 - didChangeConfiguration should be a notification
w0rp
2019-04-02
1
-1
/
+1
*
#2132 - Support deferred execution for LSP executables, commands, and addresses
w0rp
2019-02-27
1
-0
/
+364
*
#2132 - Replace all uses of foo_callback with foo
w0rp
2019-02-22
1
-9
/
+8
*
#2295 Send an empty object for the initialized notification, per the spec
w0rp
2019-02-15
2
-4
/
+4
[next]