diff options
Diffstat (limited to 'vimrc-full')
| -rw-r--r-- | vimrc-full | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -791,8 +791,8 @@ let g:lightline = { | |||
| 791 | \ 'buffer_alt': '%{expand("#:t")}', | 791 | \ 'buffer_alt': '%{expand("#:t")}', | 
| 792 | \ 'servername': ' %{v:servername}', | 792 | \ 'servername': ' %{v:servername}', | 
| 793 | \ 'sessionname': '%{v:this_session}', | 793 | \ 'sessionname': '%{v:this_session}', | 
| 794 | \ 'gitbranch': ' %{fugitive#head()}', | 794 | \ 'gitbranch': ' %{fugitive#head()}', | 
| 795 | \ 'tabnumber': '🗗 %{tabpagenr()}/%{tabpagenr("$")}', | 795 | \ 'tabnumber': " %{tabpagenr()}/%{tabpagenr('$')}", | 
| 796 | \ 'readonly': '%{&readonly ? "" : ""}' | 796 | \ 'readonly': '%{&readonly ? "" : ""}' | 
| 797 | \ }, | 797 | \ }, | 
| 798 | \ 'component_expand': { | 798 | \ 'component_expand': { | 
