mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 14:03:51 -05:00
improve doc
This commit is contained in:
@@ -4,7 +4,7 @@ Version: 0.0
|
|||||||
Author: itchyny (https://github.com/itchyny)
|
Author: itchyny (https://github.com/itchyny)
|
||||||
License: MIT License
|
License: MIT License
|
||||||
Repository: https://github.com/itchyny/lightline.vim
|
Repository: https://github.com/itchyny/lightline.vim
|
||||||
Last Change: 2013/08/22 21:07:54.
|
Last Change: 2013/08/22 21:09:59.
|
||||||
|
|
||||||
CONTENTS *lightline-contents*
|
CONTENTS *lightline-contents*
|
||||||
|
|
||||||
@@ -180,6 +180,7 @@ In order to change the colorscheme:
|
|||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'wombat',
|
\ 'colorscheme': 'wombat',
|
||||||
\ }
|
\ }
|
||||||
|
<
|
||||||
|
|
||||||
In order to define own component:
|
In order to define own component:
|
||||||
>
|
>
|
||||||
@@ -206,6 +207,7 @@ In order to define own component:
|
|||||||
function! MyModified()
|
function! MyModified()
|
||||||
return &modifiable && &modified ? '+' : ''
|
return &modifiable && &modified ? '+' : ''
|
||||||
endfunction
|
endfunction
|
||||||
|
<
|
||||||
|
|
||||||
Separators settings:
|
Separators settings:
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user