Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Add textDocument/typeDefinition for LSP (#2226) | Andrey Popp | |
* Add textDocument/typeDefinition for LSP Doc to spec https://microsoft.github.io/language-server-protocol/specification#textDocument_typeDefinition This works like textDocument/definition but resolves a location of a type of an expression under the cursor. I'm not sure what to do with tsserver though. * Fix passing column to LSP * test_go_to_definition: wording * Add tests for textDocument/typeDefinition * Add docs for textDocument/typeDefinition | |||
2019-01-20 | Add support for pyls configuration options | yut23 | |
Resolves #1443. Heavily inspired by the analogous support added for elixir-ls. | |||
2019-01-14 | Mention raco in the list of supported tools | w0rp | |
2019-01-12 | Support textlint for reStructuredText (#1978) | hokorobi | |
* Support textlint for reStructuredText * Add linter test for textlint rst | |||
2019-01-10 | Add textlint for Asciidoc and add it to Fixers (#2193) | TANIGUCHI Masaya | |
* Add textlint for asciidoc * Add textlint --fix | |||
2019-01-08 | Add briefer help tags for ALE development documentation | w0rp | |
2019-01-07 | Add ability to manually trigger completion menu (#2177) | Jerko Steiner | |
* Add ability to manually trigger completion menu * Mention :ALEComplete in completion docs * Add test for ALEComplete | |||
2019-01-05 | Add support for bingo (#2165) | Jerko Steiner | |
* Add support for https://github.com/saibing/bingo * Add docs for ale-go-bingo * Use go.mod when found * Add test for bingo FindProjectRoot * Simplify ale_linters#go#bingo#GetCommand | |||
2019-01-03 | Clean up the new g:ale_shell code. Use it for Windows | w0rp | |
2019-01-03 | Merge pull request #2167 from stegmanh/master | w0rp | |
Add support for ale option to override default shell used by ale | |||
2019-01-03 | Fix some formatting issues | w0rp | |
2019-01-02 | change ale to use value of g:ale_shell regardless of what it is | Holden | |
2018-12-28 | address PR feedback by fixing docs and hardcoding bash to use -c on fish and ↵ | Holden | |
pwsh environments | |||
2018-12-28 | add tests for ale_shell option | Holden | |
2018-12-21 | Add documentation for python_black_auto_pipenv | Miklós Tusz | |
2018-12-20 | Merge pull request #2141 from benjaminjkraft/master | w0rp | |
Add versions of ALEGoToDefinition that open in splits | |||
2018-12-19 | Add versions of ALEGoToDefinition that open in splits | Ben Kraft | |
This is just like `:ALEGoToDefinitionInTab`, only a (v)split instead of a tab. Fixes #2140. | |||
2018-12-18 | #2132 Change (buffer, lines) fixer functions to (buffer, done, lines) | w0rp | |
2018-12-10 | Adds standardrb linter (#2133) | Justin Searls | |
See: https://github.com/testdouble/standard StandardRB is to RuboCop what StandardJS is to ESLint. This commit naively copies the RuboCop linter and fixer to point at the standardrb executable. Any other adjustments are very minor (the only I can think of is that standardrb takes a `--fix` option instead of `--auto-correct`). This raises a confusing point to me as both developer and a user: since ale enables all linters by default, won't this run both RuboCop and StandardRB (the results of which will almost always be in conflict with one another)? How does ale already solve for this for the similar case of StandardJS and ESLint? | |||
2018-12-10 | #1520 - Add an :ALEDocumentation for tsserver | w0rp | |
2018-12-07 | Merge branch 'master' of github.com:stegmanh/ale | Holden | |
2018-12-07 | Add initial support for settings to overwrite ale shell | Holden | |
2018-12-06 | Merge pull request #2061 from hsanson/1910-add-support-for-bibclean-fixer | w0rp | |
Add bibclean fixer support | |||
2018-12-06 | Add support for pydocstyle linter (#2085) | pmacosta | |
The linter can correctly parse pydocstyle output with any of the following command-line options enabled: --explain, --source, --debug, and/or --verbose | |||
2018-12-06 | refactor sasslint linter (#2077) | Oskar Grunning | |
Previous implementation required one to have sass-lint globally. This allows you to have it locally, override the executable and add options. | |||
2018-12-05 | Fix javalsp command. | Horacio Sanson | |
The command used to invoke the LSP process was being escaped wrong. Also added a new option to set a different java executable and fixed the documentation. | |||
2018-12-01 | Add bibclen fixer support | Horacio Sanson | |
Closes #1910 | |||
2018-11-21 | Merge pull request #2068 from m-pilia/ispc | w0rp | |
Add linter for ispc | |||
2018-11-19 | Fix #2084 - Disable mix by default, as it causes too many problems | w0rp | |
2018-11-19 | Merge pull request #2087 from m-pilia/ada | w0rp | |
Add GCC linter for Ada | |||
2018-11-18 | Add GCC linter for Ada | Martino Pilia | |
2018-11-14 | Add Vale linter for AsciiDoc | Jeff Kreeftmeijer | |
Vale supports AsciiDoc. This patch adds a Vale linter for AsciiDoc files, which is based on the existing Markdown linter. | |||
2018-11-14 | Add style highlights for virtualtext and document all of them | w0rp | |
2018-11-14 | Add specific highlight groups for virtualtext (#2071) | jamestthompson3 | |
2018-11-12 | Lint ispc on disk to solve include imprecisions | Martino Pilia | |
2018-11-11 | Add linter for ispc | Martino Pilia | |
2018-11-11 | Merge pull request #2060 from meain/fixer-pretty-html | w0rp | |
Add prettier to html formatters | |||
2018-11-11 | Fix #2054 - Make golint configurable | w0rp | |
2018-11-11 | Merge pull request #2056 from luan/virtualtext | w0rp | |
Add support for nvim's virtualtext on cursor | |||
2018-11-10 | Fix #1960 - Do not fix files on :wq | w0rp | |
2018-11-08 | Enable ESLint for Vue files by default | w0rp | |
2018-11-06 | Document ale_virtualtext_delay | Luan Santos | |
2018-11-07 | Add prettier to html formatters | Abin Simon | |
2018-11-06 | Update the instructions for installing the tslint tsserver plugin | w0rp | |
2018-11-05 | Add support for nvim's virtualtext on cursor | Luan Santos | |
- Add g:ale_virtualtext_cursor boolean to enable/disable it - Add g:ale_virtualtext_prefix to configure what prefix to use (default: '> ') - Requires neovim 0.3.2's unreleased API `nvim_buf_set_virtual_text` | |||
2018-11-04 | Merge pull request #2051 from aclemons/ruumba | w0rp | |
Add initial support for ruumba in eruby files. | |||
2018-11-04 | Merge pull request #2046 from tyru/fix-unmatched-quote | w0rp | |
[Doc] Fix unmatched backquote in doc | |||
2018-11-04 | Merge pull request #2044 from Steap/bug/1388 | w0rp | |
PHP linter: make the path to the executable configurable | |||
2018-11-04 | Add initial support for ruumba in eruby files. | Andrew Clemons | |
Ruumba provides RuboCop linting for ERB templates. https://github.com/ericqweinstein/ruumba | |||
2018-11-02 | fix unmatched backquote in doc | tyru | |