Created
September 12, 2016 14:24
-
-
Save ikuwow/b61b63d8049b26fef1f9d66cd653ccd5 to your computer and use it in GitHub Desktop.
Powerlineは導入が面倒だからlightline.vim使うといいよ ref: http://qiita.com/ikuwow/items/fbe5ad59efd8e5d3df62
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NeoBundle 'itchyny/lightline.vim' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NeoBundle 'itchyny/lightline.vim' | |
set laststatus=2 "ステータスラインを常時表示させる | |
set t_Co=256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment