aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/ale.vim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement Lua ALE setup & overhaul documentationw0rp2025-03-271-69/+72
* Update documentation for Neovim LSP integrationw0rp2025-03-271-0/+2
* Start up language servers with Neovim's APIw0rp2025-03-271-0/+10
* Update the minimum supported Neovim version to 0.7w0rp2025-03-111-5/+5
* Improve support for python package manage: pipenv, poetry and uv (#4825)Diego Henrique Oliveira2024-09-051-0/+3
* Close #4458 - Add an ALEStopLSP commandw0rp2023-09-161-0/+2
* #4607 No conflicts with nvim-lspconfig by defaultw0rp2023-09-141-0/+4
* Close #4442 - Use Neovim diagnostics by defaultw0rp2023-09-091-1/+1
* Update minimum supported NeoVim version to 0.6.0w0rp2023-09-071-1/+2
* Close #3368 - Supercharge :ALEInfow0rp2023-09-061-3/+7
* Add an option to save hidden buffersw0rp2023-09-061-0/+3
* #2172 Auto PATH with ale_python_auto_virtualenvw0rp2023-02-081-0/+4
* diagnostics: support sending ALE output to Neovim's diagnostics API (#4345)Ben Boeckel2023-01-291-0/+9
* Close #4396 - Enable virtualtext by defaultw0rp2022-12-251-1/+1
* Close #4397 - Add human-readable values for g:ale_virtualtext_cursorw0rp2022-12-251-2/+2
* fix: missing plug mapping `ale_go_to_implementation` (#4337)U1s2e3r4n5a6m7e2022-11-251-0/+1
* Fix typo in plug mapping for `ale_go_to_implementation_in_vsplit` (#4304)Nate Pinsky2022-09-081-1/+1
* Allow customization of all floating window borders (#4215)Devin J. Pohly2022-05-271-4/+5
* Add ALEGoToImplementation (#4160)godbless2022-04-301-0/+6
* Fix test for echoing messagesw0rp2022-04-011-2/+4
* Add ALEPopulateQuickfix and ALEPopulateLocList (#3761)David Briscoe2022-02-041-0/+4
* ALEFileRename command added. (#4012)Dalius Dobravolskas2021-12-171-0/+4
* Add importMap option to deno Initialization Options (#3827)Arnold Chand2021-07-251-0/+3
* Python support poetry (#3834)Daniel Roseman2021-07-251-0/+3
* Add borders for floating windows in Neovim (#3603)Yen32021-03-011-0/+5
* #3599 - Use ale_root instead of ale_lsp_rootw0rp2021-03-011-3/+3
* #3362 Disable LSP/tsserver hints/suggestions by defaultw0rp2021-02-061-0/+3
* Add nvim floating window support (replaces #3314) (#3470)Kevin Clark2021-01-141-0/+9
* Use has('gui_running') instead of has('gui')w0rp2020-11-211-1/+1
* Close #2727 - Add a hover-only setting for balloonsw0rp2020-11-211-1/+1
* Fix #3332 - Modify everything for rename/actionsw0rp2020-11-211-1/+1
* Close #1466 - Add GVIM refactor menu supportw0rp2020-11-211-0/+7
* Update documentation for code actions and renamew0rp2020-11-141-0/+1
* Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas2020-11-141-0/+3
* #3332 Implement :ALERename! for ignoring errorsw0rp2020-10-151-1/+1
* Close #3333 - Add an ALECompletePost eventw0rp2020-09-081-1/+3
* Close #3268 - Implement :ALEImportw0rp2020-09-061-0/+5
* Close #2556 - Support filename mappingw0rp2020-08-231-0/+4
* Remove features deprecated in previous versionsw0rp2020-08-181-18/+6
* #1532 - Display hover information on CursorHoldw0rp2020-08-041-0/+3
* Closes #3019 - Implement default navigationw0rp2020-04-151-14/+24
* Fixes #2982 - Implement g:ale_exclude_highlightsw0rp2020-03-111-0/+3
* Add option to show hover messages in preview.Ildar Akhmetgaleev2019-10-121-0/+3
* Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...Jerko Steiner2019-09-121-0/+7
* Fix #2668 - Set g:ale_go_go111modulew0rp2019-08-021-0/+3
* Lint on InsertLeave, not in insert mode by defaultw0rp2019-06-101-4/+4
* Close #1753 - Implement minimum viable integration with Deopletew0rp2019-04-231-1/+1
* Fix #2326 - ALEComplete no longer replaces completeoptw0rp2019-03-081-1/+1
* Supporting filtered jump (#2279)Théo Cavignac2019-02-101-2/+13
* Update syntax checkingw0rp2019-02-061-1/+1