diff --git a/FAQ.md b/FAQ.md index f84e91b..e564a9f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,7 +33,7 @@ Certain themes are derived from the active colorscheme by extracting colors from #### You do not see the current Git branch -You are probably using version 1.2, which is very old. vim-airline relies on a `fugitive#head()` function. Download v2 from the [project page][d]. +You need [fugitive](https://github.com/tpope/vim-fugitive) to see the current git branch. If you have it and still don't see it then you are probably using version 1.2, which is very old. vim-airline relies on a `fugitive#head()` function. Download v2 from the [project page][d]. #### vim-airline doesn't appear until I create a new split