Update README deoplete completion source section
This commit is contained in:
parent
eb6015c6fd
commit
bb7481effb
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue