aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/autoload (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly identify tempfiles once symlinks are resolved (#3726)Josh Pencheon2025-04-021-2/+7
* Always use safe file local variables for erlang-mode fixer (#4942)Dmitri Vereshchagin2025-04-011-1/+2
* Fix #4935 - Send tsserver messsages to tsserver in Neovimw0rp2025-03-291-1/+1
* #3600 Implement pull model with Neovim Clientw0rp2025-03-271-3/+3
* Close #3600 - Implement pull diagnostics in VimLw0rp2025-03-274-9/+82
* Add basic Lua ALE functions and test coveragew0rp2025-03-271-1/+1
* Detect the Lua project root using .luarc.jsonw0rp2025-03-271-0/+1
* Implement Lua ALE setup & overhaul documentationw0rp2025-03-279-22/+22
* Support g:ale_shell with the Neovim LSP clientw0rp2025-03-271-1/+1
* Add Neovim TCP connections to language serversw0rp2025-03-271-2/+32
* Supply language_id values to Neovim LSP APIw0rp2025-03-274-15/+35
* Fix tests for Neovim LSP integrationw0rp2025-03-271-11/+13
* Clean up message handling for LSP integrationw0rp2025-03-271-19/+11
* Handle other LSP capabilities via ALEw0rp2025-03-271-23/+43
* Handle Neovim LSP diagnostics via ALE's functionsw0rp2025-03-271-9/+9
* Start up language servers with Neovim's APIw0rp2025-03-272-8/+70
* fix(biome): update biome to replace deprecated arguments (#4934)dcai2025-03-271-1/+1
* (feat) add support for kulala_fmt fixer (#4925)Horacio Sanson2025-03-182-0/+16
* Add linting support for all formats supported by djlint (#4920)Adrian Vollmer2025-03-183-0/+117
* Add the typstyle formatter as a fixer for Typst (#4927)Adrian Vollmer2025-03-172-0/+25
* Bump the ALE version to 4.0.0v4.0.0v4.0.xw0rp2025-03-141-1/+1
* Close #4618 - Do not show info for the ALEInfo windoww0rp2025-03-141-0/+5
* Add scadformat fixer for OpenSCAD (#4808)tony-o2025-03-112-0/+20
* Use ModeChanged events instead of InsertLeave emulation #4919 #4738w0rp2025-03-101-5/+28
* more defensive coding: guard against a non-iterable loclist (#4912)Alexander Huynh2025-03-081-0/+6
* Fixed the issue with Black ignoring config file to tell it which file is bein...Noah2025-02-241-0/+3
* Add fixer for json: python's json.tool (#4847)David Briscoe2025-02-242-0/+25
* Add matched text to ALEFindReferences -quickfix for tsserver (#4898)Bogdan Gusiev2025-02-161-1/+4
* Fix cwd setting to use .stylua.toml if stylua.toml is not found (#4892)Takahito Nakano2025-02-071-2/+4
* fix(biome): update biome fixer supports css and graphql (#4902)dcai2025-02-071-1/+1
* fix: stylua should have cwd and --stdin-filepath (#4873)dcai2025-01-101-1/+12
* xmllint fixer must read from stdin - not buffer filename (#4884)Vangelis2025-01-101-9/+2
* Add support for c3-lsp linter (#4836)konimarti2025-01-101-0/+19
* Add erlfmt fixer to the registry and use it with stdin (#4868)Dmitri Vereshchagin2024-12-292-4/+7
* Implement support for apkbuild-fixer (#4881)Hugo2024-12-292-0/+24
* Add yq support (#4861)axhav2024-12-292-0/+27
* fix ale_python_auto_virtualenv to correctly set virtualenv env vars (#4885)Robert Muir2024-12-291-2/+7
* Add golangci-lint fixer (#4853)Ian Stapleton Cordasco2024-11-272-0/+37
* Add cljfmt fixer for clojure files (#4860)rudolf ordoyne2024-11-172-0/+19
* Fix python linting/formatting error when in virtual environment (#4865)Walter Kaunda2024-11-1711-15/+15
* Add erlang-mode fixer for Erlang files (#4848)Dmitri Vereshchagin2024-10-312-0/+55
* Return floating_preview window id (#4828)David Briscoe2024-10-201-0/+2
* no need to write and read temporary file with syntax_tree (#4834)Markus2024-10-141-2/+1
* Improve support for python package manage: pipenv, poetry and uv (#4825)Diego Henrique Oliveira2024-09-0512-60/+193
* Add support for astro (#4780)ghsang2024-08-143-2/+4
* feat(biome): add support for json and jsonc (#4805)Braden Kelley2024-07-092-3/+3
* When ruff version is >=0.5.0 use 'ruff check <path>' instead of 'ruff <path>'...Tom Bourton2024-07-021-0/+5
* fix!(biome): allow passing options to `biome check` (#4799)Braden Kelley2024-06-271-7/+0
* fix(biome): find root when using biome.jsonc (#4774)Braden Kelley2024-06-251-2/+31
* fix(biome): send correct language to lsp proxy (#4773)Braden Kelley2024-06-241-0/+4