mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-26 05:01:25 -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
|
||||
|
||||
function! LLReadonly()
|
||||
return &ft !~? 'help' && &readonly ? '🔒' : ''
|
||||
return &ft !~? 'help' && &readonly ? '🔏' : ''
|
||||
endfunction
|
||||
|
||||
function! LLFilename()
|
||||
|
|
Loading…
Reference in a new issue