Fixed typo where left should be right.

This commit is contained in:
Brandon R. Stoner
2013-09-20 17:22:10 -07:00
parent 4a73538c63
commit 09065fdabe

View File

@@ -301,7 +301,7 @@ Okay. It works nice.
How does lightline decide the components to show in the statusline? How does lightline decide the components to show in the statusline?
It's very simple. It's very simple.
The variables to select components are `g:lightline.active.left` and `g:lightline.active.left`. The variables to select components are `g:lightline.active.left` and `g:lightline.active.right`.
For example, you add the `g:lightline.active.left` in `.vimrc`. For example, you add the `g:lightline.active.left` in `.vimrc`.
```vim ```vim
let g:lightline = { let g:lightline = {