diff options
author | Claes <letharion@gmail.com> | 2017-12-05 23:10:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 23:10:42 +0100 |
commit | 17bc40583b24c2df7df798af2b205675acee247d (patch) | |
tree | 4db4f559997508c3b499167f3f8eb8da7222ebf0 /README.md | |
parent | ba4d03e937309bab540c8d091a0fdd7042ea8b16 (diff) | |
download | deoplete.nvim-17bc40583b24c2df7df798af2b205675acee247d.zip |
Update README.md
I propose a minor change to the wording of the python 3 requirement. I interpreted "you're done", as being done with the whole requirements section, and thus I stopped reading the section at this point. This meant I never installed nvim-yarp or vim-hug-neovim-rpc, which in turn lead me to open an issue (https://github.com/Shougo/deoplete.nvim/issues/577).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ endif ## Requirements deoplete requires Neovim or Vim8 with if\_python3. -If `:echo has("python3")` returns `1`, then you're done; otherwise, see below. +If `:echo has("python3")` returns `1`, then you have python 3 support; otherwise, see below. You can enable Python3 interface with pip: |