Clarify ctags mapping
`vim/plugin/ctags.vim` shells out to ctags, but this could be Universal Ctags (see #605).
This commit is contained in:
parent
2bbb3518f9
commit
f00e803052
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ What's in it?
|
|||
* Syntax highlighting for Markdown, HTML, JavaScript, Ruby, Go, Elixir, more.
|
||||
* Use [Ag](https://github.com/ggreer/the_silver_searcher) instead of Grep when
|
||||
available.
|
||||
* Map `<leader>ct` to re-index [Exuberant Ctags](http://ctags.sourceforge.net/).
|
||||
* Map `<leader>ct` to re-index ctags.
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue