Update README deoplete completion source section

This commit is contained in:
hy2k 2019-06-04 22:35:29 +09:00
parent eb6015c6fd
commit bb7481effb

View File

@ -165,7 +165,9 @@ the source of completion information, or mix it with other sources.
```vim ```vim
" Use ALE and also some plugin 'foobar' as completion sources for all code. " 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 ALE also offers its own automatic completion support, which does not require any