update FAQ and mention airline-themes repository

Christian Brabandt 2016-02-01 10:55:49 +01:00
parent 336633cfe1
commit 9b68fbe96d

15
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. 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 #### 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: 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 [a]: https://github.com/Lokaltog/vim-powerline
[b]: https://github.com/Lokaltog/powerline [b]: https://github.com/Lokaltog/powerline
[d]: https://github.com/tpope/vim-fugitive [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 [n]: http://vim.wikia.com/wiki/256_colors_in_vim