summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 62153881..019da143 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,9 @@ the source of completion information, or mix it with other sources.
```vim
" Use ALE and also some plugin 'foobar' as completion sources for all code.
-let g:deoplete#sources = {'_': ['ale', 'foobar']}
+call deoplete#custom#option('sources', {
+\ '_': ['ale', 'foobar'],
+\})
```
ALE also offers its own automatic completion support, which does not require any