ここで概説されている Powerline のインストール手順を何度も実行しようとしましたが、何をしても、これらのステータス バーが表示されません。
私は Yosemite を使用しており、Python 開発環境用のTmuxを使用してVim用のPowerlineをインストールしようとしています。
これが私の ~/.vimrc ファイルです:
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
~/.tmux.conf ファイルは次のとおりです。
source '{repository_root}/powerline/bindings/tmux/powerline.conf'
手動でフォントをインストールしました (install.sh スクリプトが機能しませんでした)。こちらから入手できます。
Tmux に表示されるのは、bash、ユーザー名、および日付情報を含む標準のデフォルトの緑色の行だけです。ここで明らかな何かが欠けている可能性があることはわかっていますが、何を調べたり修正したりする必要があるかについての提案はありますか?