w0rp
cb8c4662aa
Fix #5062 - Keep ALE LSP compatible with Neovim 0.10 and 0.11+
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
2026-02-12 00:12:54 +00:00
halfcrazy
c0dd8167a6
fix gopls without setting ale_go_gopls_init_options ( #5059 )
2026-01-25 16:25:25 +09:00
w0rp
dd23b92ee9
#3600 Implement pull model with Neovim Client
...
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
Implement the diagnostics pull model with the LSP Neovim client. We
must handle messages a little different and tweak client capabilities
for pull diagnostics to work through the Neovim client.
2025-03-27 12:40:11 +00:00
w0rp
26ffb9dfa3
Implement ale.queue for calling ale#Queue in Lua
2025-03-27 12:40:11 +00:00
w0rp
db43854ca3
Implement ale.pad in Lua
2025-03-27 12:40:11 +00:00
w0rp
b85e5191a3
Implement ale.get_filename_mappings in Lua
2025-03-27 12:40:11 +00:00
w0rp
ecf815891d
Add ale.has to mirror ale#Has in Lua
2025-03-27 12:40:11 +00:00
w0rp
bd591d47f2
Add basic Lua ALE functions and test coverage
...
Ensure that basic ALE functions `ale.var`, `ale.escape`, and `ale.env`
are available in Lua. Cover all Lua code so far with busted tests,
fixing bugs where ALE variables can be set with Boolean values instead
of numbers. Document all functionality so far.
2025-03-27 12:40:11 +00:00
w0rp
06f4b6fe25
Detect the Lua project root using .luarc.json
2025-03-27 12:40:11 +00:00