Add note to README so it is explicit this works with Neovim

This commit is contained in:
Caleb Maclennan 2019-10-22 11:02:32 +03:00
parent 0642b84cd4
commit 61bee90638
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -17,10 +17,12 @@ creates the tags it needs on-the-fly in-memory without creating any files.
## Dependencies
[Vim 7.3.1058](http://www.vim.org/)
[Exuberant Ctags 5.5](http://ctags.sourceforge.net/) or
[Universal Ctags](https://ctags.io) (recommended), a maintained fork of
Exuberant Ctags.
* [Vim](http://www.vim.org/) at least version 7.3.1058
or [NeoVim](https://neovim.io/).
* [Exuberant Ctags 5.5](http://ctags.sourceforge.net/)
or [Universal Ctags](https://ctags.io) (recommended), a maintained fork of
Exuberant Ctags.
## Installation