summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-08-09 02:28:47 +0100
committerw0rp <devw0rp@gmail.com>2020-08-09 02:32:47 +0100
commit6d502233d849600ecb2a08227299ffea2b2ea0c7 (patch)
tree88748791203d0a8beefd2110b59819be762da9c8 /README.md
parent8bfb5c64073cf12018e5b7e115867b2ef4dfa7e0 (diff)
downloadale-6d502233d849600ecb2a08227299ffea2b2ea0c7.zip
Close #3267 - Add a general autoimport setting
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index dcc4ed38..3ace66e2 100644
--- a/README.md
+++ b/README.md
@@ -193,12 +193,11 @@ completion manually with `<C-x><C-o>`.
set omnifunc=ale#completion#OmniFunc
```
-When working with TypeScript files, ALE supports automatic imports from
-external modules. This behavior is disabled by default and can be enabled by
-setting:
+ALE supports automatic imports from external modules. This behavior is disabled
+by default and can be enabled by setting:
```vim
-let g:ale_completion_tsserver_autoimport = 1
+let g:ale_completion_autoimport = 1
```
See `:help ale-completion` for more information.