summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2020-11-21 20:45:51 +0000
committerGitHub <noreply@github.com>2020-11-21 20:45:51 +0000
commitb4550f361bc0d8d0cce81ecc02c82167b6df0738 (patch)
tree376d866381a40fbea3eb51ea45709feb599ccaad /doc
parentb09ccc12c3001b4d551d35cb0c4195793d9b6d10 (diff)
parent513e6ee972ea4ee57b28b8b8c10e0b89bb674f25 (diff)
downloadale-b4550f361bc0d8d0cce81ecc02c82167b6df0738.zip
Merge pull request #3409 from lyz-code/feat/add-autoimport-support
feat: add autoimport fixer
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-python.txt26
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 28 insertions, 0 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 5cf7cd74..f0c8bfb8 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -42,6 +42,32 @@ The first directory containing any of the files named above will be used.
===============================================================================
+autoimport *ale-python-autoimport*
+
+g:ale_python_autoimport_executable *g:ale_python_autoimport_executable*
+ *b:ale_python_autoimport_executable*
+ Type: |String|
+ Default: `'autoimport'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_python_autoimport_options *g:ale_python_autoimport_options*
+ *b:ale_python_autoimport_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass extra options to autoimport.
+
+
+g:ale_python_autoimport_use_global *g:ale_python_autoimport_use_global*
+ *b:ale_python_autoimport_use_global*
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+===============================================================================
autopep8 *ale-python-autopep8*
g:ale_python_autopep8_executable *g:ale_python_autopep8_executable*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 0ca82254..cc514649 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -366,6 +366,7 @@ Notes:
* `purescript-language-server`
* `purty`
* Python
+ * `autoimport`
* `autopep8`
* `bandit`
* `black`
diff --git a/doc/ale.txt b/doc/ale.txt
index 208bda4a..e8c681f9 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2832,6 +2832,7 @@ documented in additional help files.
pyrex (cython)..........................|ale-pyrex-options|
cython................................|ale-pyrex-cython|
python..................................|ale-python-options|
+ autoimport............................|ale-python-autoimport|
autopep8..............................|ale-python-autopep8|
bandit................................|ale-python-bandit|
black.................................|ale-python-black|