Clarify integration with Exuberant Ctags

The ctags.vim plugin was removed in #375. I updated the README to
document the Vim mapping for re-indexing a project's ctags.
This commit is contained in:
Andy Waite 2015-09-13 10:47:39 +01:00
parent a67c2823b7
commit 66d40a1969

View file

@ -177,7 +177,7 @@ What's in it?
HTML.
* Use [Ag](https://github.com/ggreer/the_silver_searcher) instead of Grep when
available.
* Use [Exuberant Ctags](http://ctags.sourceforge.net/) for tab completion.
* Map `<leader>ct` to re-index [Exuberant Ctags](http://ctags.sourceforge.net/).
* Use [vim-mkdir](https://github.com/pbrisbin/vim-mkdir) for automatically
creating non-existing directories before writing the buffer.
* Use [vim-plug](https://github.com/junegunn/vim-plug) to manage plugins.