diff options
author | Tobias Sette <contato@tobias.ws> | 2018-08-23 19:53:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 19:53:31 -0300 |
commit | 80778c9b9e3c70d18b426b76791b5121840c332d (patch) | |
tree | 90d236ac3adfbc727831d4a00773903daea3db3c /README.md | |
parent | 4f5aa3919c0fbd3108d9a62738e78cef67eb8f4e (diff) | |
download | deoplete.nvim-80778c9b9e3c70d18b426b76791b5121840c332d.zip |
Add mention to `help deoplete-options`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,6 +99,8 @@ you should read `:help provider-python` and the Wiki. let g:deoplete#enable_at_startup = 1 ``` +See `:help deoplete-options` for a complete list of options. + ## Screenshots Deoplete for JavaScript |