From 9b68fbe96de0ba139a27229af9ff9f32c0a8e586 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 1 Feb 2016 10:55:49 +0100 Subject: [PATCH] update FAQ and mention airline-themes repository --- FAQ.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/FAQ.md b/FAQ.md index 788ae33..bad6327 100644 --- a/FAQ.md +++ b/FAQ.md @@ -14,6 +14,20 @@ If you are using fontconfig, make sure bitmap fonts are not disabled. That rule, Also make sure Terminal uses the same font style (e.g. Meslo) as specified in your vimrc. +#### The Themes are missing. + +Themes have moved to +another repository as of [this commit][e]. + +Install the themes as you would this plugin (Vundle example): + +```vim +Plugin 'vim-airline/vim-airline' +Plugin 'vim-airline/vim-airline-themes' +``` + +See https://github.com/vim-airline/vim-airline-themes for more. + #### The powerline font symbols are partially messed up You are likely using the [fontconfig](https://powerline.readthedocs.org/en/latest/installation/linux.html#font-installation) method. If that is the case, you need to override the space character like so: @@ -94,4 +108,5 @@ But (especially if you are using a bundler to install airline), you may prefer t [a]: https://github.com/Lokaltog/vim-powerline [b]: https://github.com/Lokaltog/powerline [d]: https://github.com/tpope/vim-fugitive +[e]: https://github.com/vim-airline/vim-airline/commit/d7fd8ca649e441b3865551a325b10504cdf0711b [n]: http://vim.wikia.com/wiki/256_colors_in_vim \ No newline at end of file