diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2018-02-11 21:29:47 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2018-02-11 21:29:47 +0900 |
commit | 8921b1a11a4551d02bc587a4584d2f72bd50c4a3 (patch) | |
tree | 34677ec04585c6c0d4003555e689e0945f26ada1 /README.md | |
parent | 8fd20a1a01ddedbc92ee06f1aff0c0d44ab72515 (diff) | |
download | deoplete.nvim-8921b1a11a4551d02bc587a4584d2f72bd50c4a3.zip |
Add version check
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,9 +25,9 @@ Here are some [completion sources](https://github.com/Shougo/deoplete.nvim/wiki/ ## Install -**Note:** deoplete requires Neovim (at least > 0.1.7 and of course, **latest** is recommended) or Vim8 with Python3 and -timers enabled. See [requirements](#requirements) if you aren't sure whether -you have this. +**Note:** deoplete requires Neovim (0.2.0+ and of course, **latest** is +recommended) or Vim8 with Python3 and timers enabled. See +[requirements](#requirements) if you aren't sure whether you have this. For vim-plug |