Icon instead of 'RO' text for readonly.

This commit is contained in:
Bartek Stalewski 2021-10-27 15:50:14 +02:00
parent a8982cbd0c
commit 1e3ce67ac2

View File

@ -98,7 +98,7 @@ let g:lightline = {
\ }
function! LightLineReadonly()
return &readonly && &filetype !=# 'help' ? 'RO' : ''
return &readonly && &filetype !=# 'help' ? '' : ''
endfunction
source ~/.local/settings/vimrc