From 108c5bd41c361f92434b14d0d9f1da5b460c3a2a Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Tue, 28 Jul 2020 17:25:41 +0100 Subject: [PATCH] Clarify vimproc requirement for neovim As neovim has built in async support it isn't completely clear that it should be required but it is so we try to make it clearer. I'm not completely happy with the phrasing of 'vim < 8' maybe there is a better way to do it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b467f8d..22c94d1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Tsuquyomi requires the following: + [Vim](http://www.vim.org/) (vim7.4 or later) + [Node.js](https://nodejs.org/) & [TypeScript](https://github.com/Microsoft/TypeScript) -+ [Shougo/vimproc.vim](https://github.com/Shougo/vimproc.vim) (Not required if you use vim8 or later) ++ [Shougo/vimproc.vim](https://github.com/Shougo/vimproc.vim) (Required for vim < 8 and for neovim) ### Install TypeScript