aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* #5062 Purge all deeply nested invalid Lua keysw0rp2026-05-311-9/+33
* Fix #5062 - Keep ALE LSP compatible with Neovim 0.10 and 0.11+w0rp2026-02-121-19/+32
* fix: replace deprecated client.request method call with colon syntax (#5081)gumballriggy2026-01-251-2/+2
* fix gopls without setting ale_go_gopls_init_options (#5059)halfcrazy2026-01-251-0/+8
* Set up Lua development for Macs with Homebreww0rp2025-03-282-1/+3
* #3600 Implement pull model with Neovim Clientw0rp2025-03-271-6/+43
* Implement ale.queue for calling ale#Queue in Luaw0rp2025-03-271-0/+15
* Implement ale.pad in Luaw0rp2025-03-271-0/+15
* Implement ale.get_filename_mappings in Luaw0rp2025-03-271-0/+21
* Add ale.has to mirror ale#Has in Luaw0rp2025-03-271-0/+9
* Add basic Lua ALE functions and test coveragew0rp2025-03-273-95/+158
* Implement Lua ALE setup & overhaul documentationw0rp2025-03-271-0/+46
* Add Neovim TCP connections to language serversw0rp2025-03-271-0/+25
* Supply language_id values to Neovim LSP APIw0rp2025-03-271-0/+4
* Handle other LSP capabilities via ALEw0rp2025-03-271-5/+27
* Remove the log_level line from Lua codew0rp2025-03-271-2/+0
* Handle Neovim LSP diagnostics via ALE's functionsw0rp2025-03-271-0/+19
* Start up language servers with Neovim's APIw0rp2025-03-271-0/+62
* feat: remove logic for unsupported older Neovim (#4921)JINNOUCHI Yasushi2025-03-111-7/+1
* Consider the original config for signs in Neovim (#4872)JINNOUCHI Yasushi2025-03-111-5/+25
* #4607 No conflicts with nvim-lspconfig by defaultw0rp2023-09-142-0/+14
* #4442 Display error codes in Neovim diagnosticsw0rp2023-09-091-0/+2
* #4442 Configure signs in Neovim diagnosticsw0rp2023-09-081-2/+31
* fix(neovim): ignore unrelated diagnostics (#4597)xu0o02023-09-051-22/+24
* Fix mismatched type on compare g:ale_virtualtext_cursor (#4476)jiz4oh2023-03-091-1/+1
* diagnostics: support sending ALE output to Neovim's diagnostics API (#4345)Ben Boeckel2023-01-291-0/+49