mirror of
https://github.com/pcvolkmer/vim-fugistate.git
synced 2025-04-19 23:36:49 +00:00
Add git directory status configuration example
This commit is contained in:
parent
0037cb5c6f
commit
ea6655acc3
@ -23,10 +23,12 @@ configure as follows.
|
|||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'active': {
|
\ 'active': {
|
||||||
\ 'left': [ [ 'mode', 'paste' ],
|
\ 'left': [ [ 'mode', 'paste' ],
|
||||||
\ [ 'readonly', 'filenamestatus', 'modified' ] ]
|
\ [ 'readonly', 'filenamestatus', 'modified' ],
|
||||||
|
\ [ 'gitdirstatus' ] ]
|
||||||
\ },
|
\ },
|
||||||
\ 'component_function': {
|
\ 'component_function': {
|
||||||
\ 'filenamestatus': 'FugiState'
|
\ 'filenamestatus': 'FugiState',
|
||||||
|
\ 'gitdirstatus': 'FugiStateGitDir'
|
||||||
\ },
|
\ },
|
||||||
\ }
|
\ }
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user