mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-22 15:56:00 +08:00
Add note to README so it is explicit this works with Neovim
This commit is contained in:
parent
0642b84cd4
commit
61bee90638
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user