summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-18Merge pull request #2844 from DonnieWest/fixAsyncompleteCodeActionsw0rp
Allow code actions to work on callback based sources
2019-10-17Allow code actions to work on callback based sourcesDonnie West
2019-10-17Merge remote-tracking branch 'murfalo/clangd-compile-commands'w0rp
2019-10-17Add support for nimlsp (#2815)Jerko Steiner
* Add support for nimlsp.vim * Add test and docs for nimlsp * Add nimlsp to supported-tools.md * Add nimlsp to doc/ale-supported-languages-and-tools.txt
2019-10-17Add definition of c/clangd's language as C (#2791)João Borges
* Add definition of c/clangd's language as C * Update tests for clangd to be called with '-x c' * Change to use single quotes instead of double quotes
2019-10-16Bump the ALE versionv2.6.0w0rp
2019-10-14Merge pull request #2803 from diegosouza/update_highest_phpstan_levelw0rp
Update highest phpstan level
2019-10-14Merge pull request #2810 from jmreicha/patch-2w0rp
Fix Powershell emoji
2019-10-14Merge pull request #2829 from rcorre/fix-doc-examplew0rp
Fix TCP server config example.
2019-10-13Fix TCP server config example.Ryan Roden-Corrent
The docs for the `address` parameter of `Define` say: > This argument must only be set if the `lsp` argument > is set to `'socket'`.
2019-10-09Suboptimal fix to prevent variables from leaking out of new clangd testMurfalo
2019-10-09Hopefully fixed issue with Windows pathsMurfalo
2019-10-09Added tests for clangd compile commands dectectionMurfalo
2019-10-09Updated ale_linters/c/clangd.vim to match ale_linters/cpp/clangd.vimMurfalo
2019-10-09Fix #2800 - Ignore completion user data which is not a dictionaryw0rp
2019-10-09Fix #2821 - Fix the debride linter after merging older codew0rp
2019-10-07fix tflint handler for 0.11+ (#2775)Jérôme Foray
* fix tflint handler for 0.11+ * fixup! fix tflint handler for 0.11+ * maintain compatibility with previous tflint output format * fixup! maintain compatibility with previous tflint output format * Add comment about tflint's output format accross versions
2019-10-07Clarify that virtualtext is only in NeoVimw0rp
2019-10-07Merge pull request #2813 from werneta/masterw0rp
Update vlog parser to handle new output format
2019-10-07Merge pull request #2771 from gpanders/masterw0rp
Use Makefile output with clang-tidy when useful
2019-10-07Merge pull request #2814 from ↵w0rp
andys8/improvement/elm-ls-name-fix-in-documentation elm-ls: Removed some leftovers of previous name
2019-10-07Merge pull request #2750 from ↵w0rp
andys8/improvement/elm-language-server-elm-analyse-trigger-param Elm language server params update
2019-10-07Merge pull request #2735 from zoonfafer/scala-metalsw0rp
Add linter for Scala Metals
2019-10-07Merge pull request #2676 from davidtwco/nixfmt-fixerw0rp
Add nixpkgs-fmt fixer.
2019-10-07Merge pull request #2659 from greg0ire/psalm-language-server-optionw0rp
Use the psalm executable with the LS option
2019-10-07Merge pull request #2694 from elebow/add-ruby-debridew0rp
Add ruby debride (closes #2471)
2019-10-06Add tests for clangtidy with MakefileGreg Anders
2019-10-06Use Makefile output with clang-tidy when usefulGreg Anders
In the case where neither a build directory nor a compile_commands.json file is found, use the output of `make -n` to provide options to clang-tidy.
2019-10-06elm-ls: Removed some leftovers of previous nameandys8
Plugin name is `elm-ls` Project page: <https://github.com/elm-tooling/elm-language-server>
2019-10-05Correct vint-discovered advisory in vlog handlerThomas A. Werne
2019-10-05Add test for new vlog formatThomas A. Werne
2019-10-05Update vlog parser to handle new output formatThomas A. Werne
Re #2812, the parser now takes a second pass through the output using an updated regex.
2019-10-04Fix Powershell emojiJosh Reichardt
2019-10-04Merge pull request #2809 from hsanson/2802-fix-sign-group-parsingw0rp
Fix sign parser to be language independent.
2019-10-04Fix sign parser to be language independent.Horacio Sanson
2019-10-03Added automatic compile-commands-dir arg to ale_cpp_clangd linterMurfalo
2019-10-02highest phpstan level in doc updatedDiego Mendes
2019-09-25569 support vim sign group and priority (#2786)Horacio Sanson
* Use sign-group only on supported vim versions. The sign-group feature is only available in nvim 0.4.0 and vim 8.1.614. * Add priority to ALE signs. This allows users to set a priority to ALE signs to take precedence over other plugin signs.
2019-09-22Merge pull request #2683 from ahayworth/ahayworth-add-ink-lspw0rp
Add support for ink-language-server
2019-09-22Merge pull request #2719 from kevinywlui/patch-1w0rp
Remove texlab rust rewrite link
2019-09-22Merge pull request #2667 from Chris-Slade/masterw0rp
Edit ale-cs-csc docs to remove typos
2019-09-22Merge pull request #2784 from ↵w0rp
hsanson/2733-add-semistandard-executable-to-path-search Add semistandard to node_modules search.
2019-09-22Add semistandard to node_modules search.Horacio Sanson
2019-09-20Merge pull request #2691 from elebow/mdl-use-json-outputw0rp
mdl: Use JSON output instead of parsing text
2019-09-20Merge pull request #2736 from zoonfafer/doc-typosw0rp
doc: Fix typos
2019-09-20Close #2641 - Document how to add your own LSP lintersw0rp
2019-09-20Fix #2744 - Make ALEFix work when only casing is changedw0rp
2019-09-20Merge pull request #2780 from jeremija/tsserver-autoimport-descw0rp
Show description of autoimport action for tsserver
2019-09-20Show description of autoimport action for tsserverJerko Steiner
2019-09-19Close #2764 - Support the new React filetypes with aliasesw0rp