diff options
author | Kimat Boven <skimat+kimat@gmail.com> | 2017-05-23 21:48:03 +0200 |
---|---|---|
committer | Kimat Boven <kimat@users.noreply.github.com> | 2017-05-24 08:59:06 +0200 |
commit | 069abbb214744db1e037f9be46bbc6611b1a0fb5 (patch) | |
tree | 3d0e4d923b1371f14e69ee907f50877b39eef618 /README.md | |
parent | 493a97d151b6b89993194b442ca5f6d5e969e9f8 (diff) | |
download | deoplete.nvim-069abbb214744db1e037f9be46bbc6611b1a0fb5.zip |
list of sources was burried in wiki
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -44,6 +44,13 @@ You can enable Python3 interface with pip: pip3 install neovim +## Sources + +deoplete will display completions via omnifunc by default. + +Here are some [completion sources](https://github.com/Shougo/deoplete.nvim/wiki/Completion-Sources) specifically made for deoplete.nvim. + + ## Note: deoplete needs neovim-python ver.0.1.8+. You need update neovim-python module. |