LoginSignup
8
8

More than 5 years have passed since last update.

Powerlineは導入が面倒だからlightline.vim使うといいよ

Posted at

Powerlineのインストールが面倒すぎたので、代替物を探していたらこいつに出会いました。

itchyny/lightline.vim: A light and configurable statusline/tabline for Vim
https://github.com/itchyny/lightline.vim

作者はitchynyさん(日本人)。ミニマルさを意識して作られているようで好感が持てます。

作者が教える! lightline.vimの導入・設定方法! 〜 初級編 - インストールしよう - プログラムモグモグ
http://itchyny.hatenablog.com/entry/20130828/1377653592

インストール

NeoBundle 'itchyny/lightline.vim'

これだけでMacVim(Kaoriya)で動く!!

 2016-09-12 at 22.38.46.png

homebrewでいれたvimで動かなかったけど治った

NeoBundle 'itchyny/lightline.vim'
set laststatus=2 "ステータスラインを常時表示させる
set t_Co=256

これもドキュメントに書いてありますね。

 2016-09-12 at 22.51.50.png

8
8
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
8
8