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

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