summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2020-11-14cmp forwards, and reverse the code actionsw0rp
2020-11-14Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas
2020-11-14Merge branch 'master' of github.com:dense-analysis/ale into dhalltoastal
2020-11-03Add -imacros to C flagsManoel Brunnen
2020-11-02Move the test for buffer-local variablesJason Franklin
2020-11-02Use the proper term for the "#!" lineJason Franklin
2020-11-02Remove a noise commentJason Franklin
2020-10-23feat: add autoimport fixerLyz
2020-10-23Add ormolu fixer.David Wood
2020-10-19add sbt as a suggested filetype for scalafmt fixerStephenWithPH
2020-10-15#3332 Implement :ALERename! for ignoring errorsw0rp
2020-10-15Update FindProjectRootIni with poetry.lock and pyproject.tomlecly
2020-10-03Use stdin/stdout to communicate with gofmtAndrey Popp
2020-09-30Add maven helper file; use maven wrapper if available instead of global 'mvn'...fenuks
2020-09-25dhall aliastoastal
2020-09-18Improves fixer performance for large buffersŁukasz Woźniak
2020-09-14Collapse spaces and lines in the completion menu.Raphael Nepomuceno
2020-09-14addressing missing docs + cleaning up older Dhall filestoastal
2020-09-14Merge branch 'master' into dhalltoastal
2020-09-09Bump the ALE version to 3.0.0v3.0.0w0rp
2020-09-09Close #2522 - Check pylint on the flyw0rp
2020-09-09Remove unnecessary length check.Christian Keil
2020-09-09Fix format linting error.Christian Keil
2020-09-09Fix handling of ranges at file end.Christian Keil
2020-09-08Close #3003 - Show ignored linters in :ALEInfow0rp
2020-09-08Close #3333 - Add an ALECompletePost eventw0rp
2020-09-08merge master -- apparently someone else added dhall?toastal
2020-09-07Fix a completion errorw0rp
2020-09-06Close #3268 - Implement :ALEImportw0rp
2020-09-05Fix #3183 - Escape filename characters from LSP/tsserverw0rp
2020-09-04Fix #3322 - Apply rename changes correctlyw0rp
2020-08-31Merge pull request #3078 from jgehrig/jg-issue2958w0rp
2020-08-29Close #3205 - Avoid inserting completions by defaultw0rp
2020-08-29Fix #2971 - Disable automatic completion while 'paste' is activew0rp
2020-08-29Fix #3247 - Use --always-make for make -n by defaultw0rp
2020-08-29Add a missing `augroup END` linew0rp
2020-08-29Improved macro handling in gccKimplul
2020-08-29#3319 - Try to modify buffers later for ALEFixw0rp
2020-08-28Close #3325 - Apply new formatting where possiblew0rp
2020-08-28#3325 - ale#path#BufferCdString now generates %s:hw0rp
2020-08-28Close #3285 - lint_file is now dynamicw0rp
2020-08-28Close #3309 - Add b:ale_lint_delayw0rp
2020-08-28Fix #3323 - Set default for g:ale_filename_mappingsw0rp
2020-08-28#3324 - Enable rls by defaultw0rp
2020-08-28Set prettier working directory to where .prettierignore is (#3101)Sorin Iclanzan
2020-08-27Fix #3319 - Force modifications to buffersw0rp
2020-08-27Fix #3318 - Escape macros when parsing C flagsw0rp
2020-08-27Fix C flag parsing and tests on Windowsw0rp
2020-08-27#3318 Refactor C flag parsing to set up for quoting argumentsw0rp
2020-08-27#3266 - Catch echo visual selection errorsw0rp