set laststatus=2 in README.md

This commit is contained in:
itchyny
2013-08-25 15:47:27 +09:00
parent 5af1799712
commit 07d4414c44

View File

@@ -192,6 +192,16 @@ endif
```
to your `.vimrc`.
If your status line looks like
![lightline.vim - tutorial](https://raw.github.com/wiki/itchyny/lightline.vim/image/tutorial/20.png)
and the cool statusline appears only on splitting window,
![lightline.vim - tutorial](https://raw.github.com/wiki/itchyny/lightline.vim/image/tutorial/21.png)
add
```vim
set laststatus=2
```
to your `.vimrc`.
Now, let us get back to the tutorial (with the patched font for vim-powerline).