w0rp
634c81fd46
Mention using 'hidden' in combination with ALEGoToDefinition
2020-02-25 13:50:44 +00:00
w0rp
8c4c8dfd97
Fix #2704 - Show mypy notes; can be disabled
2020-01-02 14:19:21 +00:00
w0rp
874c98b96d
Make it more obvious you can use popup in completeopt now
2020-01-01 18:49:01 +00:00
w0rp
8148a67b37
Documented g:ale_hover_to_preview
2020-01-01 18:25:04 +00:00
w0rp
b91d82bfaa
Merge pull request #2847 from DonnieWest/allowUserToCustomizeItems
...
Allow user to customize items
2019-11-15 09:34:24 +00:00
w0rp
9005a62dc2
Clean up the nimpretty code
2019-11-14 14:50:21 +00:00
w0rp
7665559d0e
Merge pull request #2660 from YPCrumble/master
...
Add StandardJS linter for TypeScript
2019-11-14 14:47:19 +00:00
Donnie West
e2a67812de
Add tagged entry for symbols to documentation
2019-11-08 16:44:05 -06:00
Donnie West
977921461d
Add documentation for ale-symbols feature
2019-11-08 16:44:01 -06:00
w0rp
2d9380d75c
Merge pull request #2690 from iclanzan/purty
...
Add purty fixer for PureScript
2019-10-29 17:37:18 +00:00
w0rp
e259dd525f
Merge pull request #2819 from greg0ire/psalm_extra_options
...
Add the possiblity to add extra psalm options
2019-10-29 17:21:01 +00:00
w0rp
9a0b604a99
Fix the test issues with html-beautify
2019-10-28 13:45:25 +00:00
Hugo Osvaldo Barrera
47eb3dd0c0
Add support for html-beautify ( #2788 )
...
* Add support for html-beautify
* Add html-beautify to the list of supported tools
* Update docs
2019-10-28 13:25:36 +00:00
Ian Campbell
79e9ae4550
Make sure README and docs are synced.
2019-10-21 18:20:43 -04:00
Ian Campbell
9017d3ef9c
Add StandardJS for TypeScript linting and fixing.
2019-10-21 18:20:43 -04:00
w0rp
c06467438d
Mention the disabled option for message severity
2019-10-18 16:22:17 +01:00
Andre Souto
5e69aaf4c2
Adding support for LSP window/showMessage
method ( #2652 )
...
* Added base handling for window/showMessage
* Ignoring severity log
* Code formatting
* Added user configurable severity
* Preferring ale#util#ShowMessage over echo'ing directly
* Using format similar to ale_echo_msg_format for consistency
* Updating docs
* Added LSP log config string; improved tests
* Use warning as fallback for incorrect user config
2019-10-18 16:17:54 +01:00
Jerko Steiner
e5a4c82917
Add support for nimlsp ( #2815 )
...
* 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-17 17:32:31 +01:00
w0rp
7c5825ecbc
Merge pull request #2803 from diegosouza/update_highest_phpstan_level
...
Update highest phpstan level
2019-10-14 16:18:10 +01:00
Ryan Roden-Corrent
5a1505ad62
Fix TCP server config example.
...
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-13 09:06:38 -04:00
Grégoire Paris
95b8689835
Add the possiblity to add extra psalm options
2019-10-07 23:15:01 +02:00
w0rp
6d88801789
Clarify that virtualtext is only in NeoVim
2019-10-07 20:03:59 +01:00
w0rp
8fda1cebff
Merge pull request #2814 from andys8/improvement/elm-ls-name-fix-in-documentation
...
elm-ls: Removed some leftovers of previous name
2019-10-07 19:32:00 +01:00
w0rp
8097d51e33
Merge pull request #2750 from andys8/improvement/elm-language-server-elm-analyse-trigger-param
...
Elm language server params update
2019-10-07 19:30:59 +01:00
w0rp
06082ef377
Merge pull request #2735 from zoonfafer/scala-metals
...
Add linter for Scala Metals
2019-10-07 19:24:47 +01:00
w0rp
d3a3f4011b
Merge pull request #2676 from davidtwco/nixfmt-fixer
...
Add nixpkgs-fmt fixer.
2019-10-07 19:22:01 +01:00
w0rp
32b784219b
Merge pull request #2694 from elebow/add-ruby-debride
...
Add ruby debride (closes #2471 )
2019-10-07 19:17:55 +01:00
andys8
0fa2d18230
elm-ls: Removed some leftovers of previous name
...
Plugin name is `elm-ls`
Project page: <https://github.com/elm-tooling/elm-language-server >
2019-10-06 00:37:24 +02:00
Diego Mendes
889e6338fe
highest phpstan level in doc updated
2019-10-02 09:22:04 -03:00
Horacio Sanson
41ff80dc9e
569 support vim sign group and priority ( #2786 )
...
* 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-25 09:15:16 +01:00
w0rp
6746eaeaa0
Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp
...
Add support for ink-language-server
2019-09-22 13:07:19 +01:00
w0rp
e329413a31
Merge pull request #2667 from Chris-Slade/master
...
Edit ale-cs-csc docs to remove typos
2019-09-22 12:37:00 +01:00
w0rp
6ab264ff0f
Close #2641 - Document how to add your own LSP linters
2019-09-20 20:38:37 +01:00
w0rp
e3784c4c4e
Close #2764 - Support the new React filetypes with aliases
2019-09-19 20:48:37 +01:00
w0rp
529f57a66f
Document and test solc
2019-09-19 20:26:24 +01:00
statquant
34431d885b
Adding linting for rmd filetype (duplicate of rmarkdown)
2019-09-14 15:55:04 +01:00
w0rp
58b7c281c5
Merge pull request #2696 from elebow/update-test-docs-for-linter-lists
...
Update test docs and output for linter tables checked
2019-09-12 22:57:44 +01:00
Cluas
a6c59faa0f
feat: support sqlformat. ( #2702 )
...
* feat: support sqlformat.
2019-09-12 22:48:27 +01:00
Jerko Steiner
3e8c8d3ccb
Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import support (tsserver) ( #2709 )
...
This commit adds support for renaming symbols in tsserver and with LSP tools, and for organising imports with tsserver. Completion results for symbols that can be imported are now suggested if enabled for tsserver completion done via ALE.
2019-09-12 21:53:23 +01:00
Samuel Roeca
05ba522c9a
languagetools: stop auto-appending --autoDetect ( #2616 )
...
Options are now configurable for languagetools, and `--autoDetect` can be removed by changing the options.
2019-09-12 21:22:47 +01:00
theoremoon
2e323b529d
dfmt support ( #2662 )
...
* Add support for `dfmt`
2019-09-10 20:54:14 +01:00
andys8
bd1f7e1420
Elm language server params update
...
* There is a new param 'elmAnalyseTrigger' (change|save|never)
* Empty path default to let the language server search for binary
2019-09-04 00:20:12 +02:00
w0rp
6e18c03d80
Make help text clearer for line number highlights
2019-09-01 14:09:17 +01:00
BlahGeek
9f814a8ce9
Add g:ale_sign_highlight_linenr ( #2678 )
...
* add g:ale_sign_highlight_linenr
* Fix tests. Change option default value
* Rename ale_sign_highlight_linenr to ale_sign_highlight_linenrs
* Default ale_sign_highlight_linenrs to 0
2019-09-01 14:03:54 +01:00
Jeffrey Lau
5fcb24bb3e
Add linter for Scala Metals
...
https://scalameta.org/metals/
2019-08-31 12:34:57 +08:00
David Wood
6aeb462171
Add nixpkgs-fmt fixer.
...
This commit adds a fixer for the Nix language, nixpkgs-fmt
(https://github.com/nix-community/nixpkgs-fmt ).
2019-08-26 19:21:07 +01:00
w0rp
73812c3e41
Merge remote-tracking branch 'AlexeiDrake/master' into bugfix/c-lsp-build-dir-settings
2019-08-18 18:29:59 +01:00
w0rp
ddb559b3be
Merge pull request #2631 from timlag1305/feat/ada-gnatpp
...
Add gnatpp fixer for Ada
2019-08-18 15:37:51 +01:00
Donnie West
5388ff1d54
Add asyncomplete.vim Support ( #2627 )
2019-08-17 18:40:05 +01:00
Eddie Lebow
74a43755c6
Update test docs and output for linter tables checked
...
This makes some of the run-test output less misleading.
Also fix a minor shellcheck issue: "\*" and "\\*" are equivalent, but
the second one makes clear that the literal backslash is intentional.
2019-08-13 21:30:13 -04:00