From 0f694fac46977f9d9acb123621de842a063a5ca1 Mon Sep 17 00:00:00 2001 From: Druiced Date: Fri, 16 Jan 2015 01:43:18 -0800 Subject: [PATCH] Note to install ctags --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 792584bf..c12f2ef6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The awesome version includes a lot of great plugins, configurations and color sc git clone git://github.com/amix/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh +The taglist.vim plugin will require ctags (http://ctags.sourceforge.net) (Debian: apt-get install ctags) + I also recommend using [Source Code Pro font from Adobe](http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1960) (it's free and awesome font for writing and programming). The Awesome vimrc is already setup to try to use it ## How to install on Windows?