Merge pull request #2557 from hy2k/update-doc

Change ALE integration with Deoplete in README
This commit is contained in:
w0rp 2019-06-04 16:18:43 +01:00 committed by GitHub
commit 42a1fc2d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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