diff options
author | Peter Odding <peter@peterodding.com> | 2010-06-06 10:25:26 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2010-06-06 10:25:26 +0200 |
commit | 58ccaa03ce3c224bdd0df943ddfd02cda70b5baf (patch) | |
tree | 3462102d8bdd26f4cda4dafdafef6abfc5a33bf4 | |
parent | 0c57fc8380c809d2efd4bdb727874536569d489e (diff) | |
download | vim-easytags-58ccaa03ce3c224bdd0df943ddfd02cda70b5baf.tar.gz |
Updated README with instructions on installing ctags
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,12 @@ Additionally if the file you just opened is a C, Lua, PHP, Python or Vim source file you should also notice that the function and type names defined in the file have been syntax highlighted. +If the plug-in warns you that `ctags` isn't installed you can download it from +its [homepage] [exuberant_ctags], or if you're running Debian/Ubuntu you can +install it by executing the following shell command: + + sudo apt-get install exuberant-ctags + ## Configuration The plug-in is intended to work without configuration but can be customized by |