7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vimのステータスラインをかっこいい表示にするまでにやったこと

Last updated at Posted at 2014-09-17

結果

3__vim.png

はっぴー

環境

  • OS X 10.9.2 (2015/09/14 追記: 10.10.3 でもできた)
  • iTerm
  • screen
  • vundle

やったこと

lightline.vim をインストール

  • Plugin 'itchyny/lightline.vim' を追加
  • set laststatus=2 を書いてなかったので追加

screenのHEADをhomebrewでインストール

(2015/09/14 追記: homebrew/dupes/screenのバージョンが上がったため、HEADである必要はなくなった)

デフォルトのscreenが256色対応でなかったため。

shellscript
brew tap homebrew/dupes
brew install --HEAD screen

256色対応であることを確認する方法

shellscript
curl http://robotsrule.us/vim/256colors.txt | perl
7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?