Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | xo: refactor to function | Charles B Johnson | |
2021-01-22 | xo: inline filetype handling | Charles B Johnson | |
2021-01-22 | fixers/xo: remove unnecessary directory crawl | Charles B Johnson | |
2021-01-22 | fixers/xo: support monorepos | Charles B Johnson | |
2021-01-22 | fixers/xo: support stdin relative to the fixed file | Charles B Johnson | |
2021-01-22 | fixers/xo: support typescript options | Charles B Johnson | |
2021-01-22 | fixers/xo: refactor to handlers | Charles B Johnson | |
2021-01-22 | fixers/xo: add tests | Charles B Johnson | |
2021-01-22 | linters/xo: consolidate xo linters | Charles B Johnson | |
2021-01-22 | Add yamllint and prettier to openapi. | Horacio Sanson | |
This commit enables yamllint and prettier on openapi files. | |||
2021-01-20 | Merge pull request #3261 from toastal/dhall | Horacio Sanson | |
Enhanced Dhall fixer support | |||
2021-01-20 | Merge pull request #3430 from mbrunnen/mbn/fix-macros-include-c-flag | Horacio Sanson | |
Add -imacros to C flags | |||
2021-01-20 | Merge pull request #3362 from daliusd/tsserver_hints | Horacio Sanson | |
Show tsserver hints/suggestions in Ale. | |||
2021-01-15 | Merge pull request #3234 from hsanson/3233-enable-ktlint-fixer-for-kotlin-files | Horacio Sanson | |
Enable ktlint fixer for kotlin files. | |||
2021-01-14 | Merge pull request #3535 from dense-analysis/revert-3358-master | w0rp | |
Revert "Improves fixer performance for large buffers" | |||
2021-01-14 | Add nvim floating window support (replaces #3314) (#3470) | Kevin Clark | |
* Add nvim floating window hover support * Add configuration for float to replace preview * preview#ShowFloating: qualify local variables * Configure floating preview usecases individually Also: * Extract floating preview to its own file. * Ignore 'stay_here' option. Moving into the floating preview window seems confusing at best. * Re-use existing floating preview window if it's still up. * Flush out floating preview documentation. * Watch cursor position changes per window Floating previews open a new window, so when that window is written to, it moves briefly there at a different position than the original window. This makes repeated positions detected when positions are tracked at a s: level. Instead, we change the variable to window scoped, which only fires a message if the cursor has changed from the last position in *that window*. * g:ale_floating_preview cleanup * floating_preview: add ALEDetail tests * Fix fecs test missing runtime call * Add ALEHover floating preview tests Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch> | |||
2021-01-13 | Merge pull request #3494 from YorickPeterse/master | Horacio Sanson | |
Add linter for Inko | |||
2021-01-13 | Merge pull request #3482 from liskin/lsp-popup-menu-fix | Horacio Sanson | |
codefix: Fix LSP MenuCallback invocation (E119, not enough args) | |||
2021-01-13 | Merge pull request #3398 from ecly/update-python-find-root | Horacio Sanson | |
Update `ale#python#FindProjectRootIni` with poetry.lock and pyproject.toml | |||
2021-01-13 | Merge pull request #3399 from StephenWithPH/suggest-scalafmt-for-sbt | Horacio Sanson | |
suggest scalafmt for sbt | |||
2021-01-12 | Revert "Improves fixer performance for large buffers" | Horacio Sanson | |
2021-01-08 | Merge pull request #3386 from ivorpeles/master | Horacio Sanson | |
Make isort fixer recognize auto_pipenv flag | |||
2020-12-23 | Add linter for Inko | Yorick Peterse | |
This adds a linter for Inko (https://inko-lang.org/). The linter makes use of Inko's own compiler, and a newly introduced --check flag to only check for errors; instead of also compiling source code. | |||
2020-12-21 | merging master | toastal | |
2020-12-05 | codefix: Fix LSP MenuCallback invocation (E119, not enough args) | Tomas Janousek | |
2020-11-29 | Merge pull request #3381 from andreypopp/gofmt-stding-stdout | Horacio Sanson | |
Use stdin/stdout to communicate with gofmt | |||
2020-11-26 | fix: correct suggested filetype for yamlfix | Lyz | |
2020-11-25 | Use better string comparison operators in isort fixer | Ivor Peles | |
2020-11-25 | Fix comparison operator | Ivor Peles | |
2020-11-25 | feat: add yamlfix fixer | Lyz | |
2020-11-21 | Ignore executable check when executable is pipenv | Ivor Peles | |
2020-11-21 | Set default value for python_isort_auto_pipenv | Ivor Peles | |
2020-11-21 | Use pipenv isort executable when python_auto_pipenv = 1 | Ivor Peles | |
2020-11-21 | Fix 3103 - add shellcheck shell directive detection. (#3216) | Horacio Sanson | |
* Fix 3103 - add shellcheck shell directive detection. Searches for shellcheck shell directive to detect dialects for scripts that do not have shebang. * Change order of detection of shellcheck dialect In a situation where the filetype can be wrong (example: something.sh which is written in bash dialect) and has no hash-bang (since it is meant to be sourced) then the override specified within the script will be ignored. It probably is the most right thing to do if the script author has added a specific directive; it should trump everything else. Co-authored-by: Horacio Sanson <horacio@allm.inc> Co-authored-by: Dino Korah <dino.korah@redmatter.com> | |||
2020-11-21 | Merge pull request #3409 from lyz-code/feat/add-autoimport-support | w0rp | |
feat: add autoimport fixer | |||
2020-11-21 | Merge pull request #2903 from davidtwco/ormolu-fixer | w0rp | |
Add ormolu fixer. | |||
2020-11-21 | Add php phpcbf options (#3383) | Dale Jung | |
* Taken from phpcs. add add_php_phpcbf_options #3382 * Updated docs for php_phpcbf_options #3382 * Added tests #3382 | |||
2020-11-21 | Close #2727 - Add a hover-only setting for balloons | w0rp | |
2020-11-21 | Fix #3332 - Modify everything for rename/actions | w0rp | |
ALE now just modifies every open buffer for rename and actions, and sets up a one-time use BufEnter event to reload buffers that are changed so you don't have to think about what to do with changed buffers. | |||
2020-11-21 | Merge pull request #3358 from lukaswozniak/master | w0rp | |
Improves fixer performance for large buffers | |||
2020-11-21 | Merge pull request #3354 from rphln/collapse-whitespaces | w0rp | |
Collapse spaces and lines in the completion menu. | |||
2020-11-21 | Fix handling of ranges at file end. (#3344) | w0rp | |
2020-11-21 | Add luafmt fixer (#3289) | zandr | |
2020-11-21 | Merge pull request #3435 from myobie/yarn-berry | w0rp | |
For linters/tserver and handlers/eslint: look for node packages in .yarn/sdks as well | |||
2020-11-21 | Settings to control suggestions. | Dalius Dobravolskas | |
2020-11-21 | Show tsserver hints/suggestions in Ale. | Dalius Dobravolskas | |
2020-11-21 | #3442 Fix code fix clangd issue | Dalius Dobravolskas | |
2020-11-21 | Close #1466 - Add GVIM refactor menu support | w0rp | |
Code actions and ALERename now appear in the right click context menu for GVim by default. | |||
2020-11-17 | Look for node packages in .yarn/sdks as well | Nathan Herald | |
2020-11-14 | cmp forwards, and reverse the code actions | w0rp | |