From 6d502233d849600ecb2a08227299ffea2b2ea0c7 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 9 Aug 2020 02:28:47 +0100 Subject: Close #3267 - Add a general autoimport setting --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') 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 ``. 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. -- cgit v1.2.3