dfmt support (#2662)

* Add support for `dfmt`
This commit is contained in:
theoremoon
2019-09-10 20:54:14 +01:00
committed by w0rp
parent 6e18c03d80
commit 2e323b529d
8 changed files with 75 additions and 0 deletions
+9
View File
@@ -1,6 +1,15 @@
===============================================================================
ALE D Integration *ale-d-options*
===============================================================================
dfmt *ale-d-dfmt*
g:ale_d_dfmt_options *g:ale_d_dfmt_options*
*b:ale_d_dfmt_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to the dfmt fixer.
===============================================================================
dls *ale-d-dls*