From bb7481effbdf0c8976c818acebde4ef2cd80d3c6 Mon Sep 17 00:00:00 2001 From: hy2k <17329720+hy2k@users.noreply.github.com> Date: Tue, 4 Jun 2019 22:35:29 +0900 Subject: [PATCH] Update README deoplete completion source section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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