mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 14:44:11 -05:00
Update the utf-8 icons used in the lightline status bar
This commit is contained in:
parent
0c427f914a
commit
1511f4e33f
1 changed files with 2 additions and 2 deletions
|
@ -369,7 +369,7 @@ scriptencoding utf-8
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! LLReadonly()
|
function! LLReadonly()
|
||||||
return &ft !~? 'help' && &readonly ? '🔒' : ''
|
return &ft !~? 'help' && &readonly ? '🔏' : ''
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! LLFilename()
|
function! LLFilename()
|
||||||
|
|
Loading…
Reference in a new issue