Updated FAQ (markdown)

Christian Brabandt 2017-09-01 09:24:42 +02:00
parent 1d8a7b0634
commit ee9e810041

4
FAQ.md

@ -1,7 +1,3 @@
#### vim-airline doesn't appear until I create a new split
Add `set laststatus=2` to your vimrc.
#### The powerline font symbols are not showing up #### The powerline font symbols are not showing up
Adding `let g:airline_powerline_fonts = 1` to your vimrc will automatically populate the `g:airline_symbols` dictionary with the proper font glyphs for various symbols. Adding `let g:airline_powerline_fonts = 1` to your vimrc will automatically populate the `g:airline_symbols` dictionary with the proper font glyphs for various symbols.