Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Merge pull request #2479 from hsanson/288-fix-eclipse-jar-path-docs | w0rp | |
Fix eclipselsp path documentation. | |||
2019-05-08 | Improve eclipselsp jar search logic. | Horacio Sanson | |
- Set default value to $HOME/eclipse.jdt.ls - Make JAR search regexp more specific. - Allow to set the VSCode extensions folder as ale_java_eclipselsp_path. | |||
2019-05-08 | Fix eclipselsp path documentation. | Horacio Sanson | |
Closes #2468 | |||
2019-05-07 | Escape phpstan arguments, and update documentation | w0rp | |
2019-05-07 | Add fixer for OCaml ocp-indent (#2436) | Kanenobu Mitsuru | |
2019-05-07 | Merge pull request #2475 from andreypopp/andreypopp/fix-nvim-hl | w0rp | |
Fix off by one error line highlight w/ nvim api | |||
2019-05-05 | Fix off by one error line highlight w/ nvim api | Andrey Popp | |
2019-05-02 | Add XO as a linter/fixer for TypeScript files (#2453) | Alvin Chan | |
2019-05-01 | Better phpstan default configuration (#2444) | Julien Deniau | |
* Use phpstan config file as default whenever possible + report as error | |||
2019-05-01 | Merge pull request #2446 from fnichol/add-var-sh-shellcheck-change-directory | w0rp | |
Add g:ale_sh_shellcheck_change_directory | |||
2019-05-01 | Merge pull request #2437 from robertjlooby/add-floskell | w0rp | |
Add floskell for Haskell formatting | |||
2019-05-01 | Fix #2460 - Do not track when LSP linters are busy | w0rp | |
2019-05-01 | Optionally use neovim's api-highlights (#2169) | Andrey Popp | |
2019-04-29 | Merge pull request #2448 from reedriley/master | w0rp | |
Add support for Vim's tagstack to ALEGoToDefinition | |||
2019-04-29 | Merge pull request #2466 from alerque/patch-1 | w0rp | |
Include plugin description in local help line | |||
2019-04-29 | Include plugin description in local help line | Caleb Maclennan | |
The recommended format for _vim's internal help files_ is "<tag> <for vim version> <last change>", (see `:help help-writing` but this format is not parsed the same way for plugins. For plugins the recommended format includes a description of the plugin such as "<tag> <description>". See `:help write-local-help` for the different template. | |||
2019-04-26 | Disable fsync for writefile() calls for performance | w0rp | |
2019-04-24 | Updated Vim version in Dockerfile and made UpdateTagStack clearer | Reed Riley | |
The `settagstack` and `gettagstack` functions don't exist prior to Vim 8.1.0519. And the function definition was unclear whether it intended to grab the *old* or the *new* file/line/col. | |||
2019-04-23 | Close #1753 - Implement minimum viable integration with Deoplete | w0rp | |
2019-04-23 | Add a fixer for r based on the styler package (#2401) | Thibault Vatter | |
* Add styler as a new fixer for R files * Add to the list of supported tools * Add documentation | |||
2019-04-23 | Fix #2452 - Strip trailing spaces off sign text automatically | w0rp | |
2019-04-19 | Add support for Vim's tagstack to ALEGoToDefinition | Reed Riley | |
fixes 1236 | |||
2019-04-18 | Add g:ale_sh_shellcheck_change_directory | Fletcher Nichol | |
2019-04-17 | Fix #2415 - Mark tsserver and LSP linters inactive again | w0rp | |
2019-04-17 | #1791 Set the working directory for cabal and stack | Ian Shipman | |
2019-04-17 | Merge pull request #2443 from JulioJu/patch-1 | w0rp | |
Documentation: ale-java eclipselsp customization | |||
2019-04-17 | Documentation: ale-java eclipselsp customization | Julio | |
See also https://github.com/w0rp/ale/pull/2121 | |||
2019-04-16 | fix 2434: use text field instead of the detail field for virtualtext (#2441) | Jethro Shuwen Sun | |
* use text field instead of the detail field for virtualtext * make the change simpler | |||
2019-04-16 | Fix #1930 - Finish ale_fix_on_save_ignore | w0rp | |
* Implementation had a bug * Documentation added * Tests added | |||
2019-04-15 | #1930 - Add ale_fix_on_save_ignore for disabling some fixers on save | w0rp | |
2019-04-15 | Adjust the README wording slightly | w0rp | |
2019-04-15 | #782 - Use compile commands for matching source files for headers | w0rp | |
2019-04-15 | improve the lsp diagnostic message format (#2425) | Jethro Shuwen Sun | |
2019-04-15 | Fix #2440 - Fix the kotlinc command when Maven and Gradle are missing | w0rp | |
2019-04-14 | Add floskell for Haskell formatting | Rob Looby | |
2019-04-13 | Add support for latexindent (#2387) | Riley Martine | |
2019-04-13 | Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-ls | w0rp | |
WIP Fix 1996 - Add eclipse LSP support. | |||
2019-04-13 | Merge pull request #2394 from harttle/master | w0rp | |
feat: fecs support for js/html/css lint and format | |||
2019-04-13 | Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-double | w0rp | |
Remove otherproject#util#Double from d.vim | |||
2019-04-13 | Linter for powershell syntax errors (#2413) | Jesse Harris | |
* Linter for powershell syntax errors | |||
2019-04-13 | Remove otherproject#util#Double from d.vim | Eugen Wissner | |
2019-04-11 | Merge pull request #2432 from superobertking/master | w0rp | |
Let rust rls linter find the default rust toolchain automatically | |||
2019-04-11 | modify rls testcase | robertking | |
2019-04-11 | change default value of ale_rust_rls_toolchain and update documentation | robertking | |
2019-04-11 | test: unit test for fecs fixer, fecs command | harttle | |
2019-04-11 | style: fecs related doc and vim scripts | Jun Yang | |
2019-04-11 | feat: fecs support for js/html/css lint and format | harttle | |
`fecs` is a lint tool for HTML/CSS/JavaScript, see http://fecs.baidu.com for more options. | |||
2019-04-11 | Fix 1996 - Add eclipse LSP support. | Horacio Sanson | |
2019-04-10 | Add a linter for clojure using clj-kondo (#2377) | Masashi Iizuka | |
2019-04-10 | Do not complain about generated _callback settings | w0rp | |