mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
correct readonly gylph for powerline-fonts
This commit is contained in:
@@ -192,7 +192,7 @@ If you have installed the patched font for powerline, use the following settings
|
|||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'wombat',
|
\ 'colorscheme': 'wombat',
|
||||||
\ 'component': {
|
\ 'component': {
|
||||||
\ 'readonly': '%{&readonly?"":""}',
|
\ 'readonly': '%{&readonly?"":""}',
|
||||||
\ },
|
\ },
|
||||||
\ 'separator': { 'left': '', 'right': '' },
|
\ 'separator': { 'left': '', 'right': '' },
|
||||||
\ 'subseparator': { 'left': '', 'right': '' }
|
\ 'subseparator': { 'left': '', 'right': '' }
|
||||||
|
|||||||
Reference in New Issue
Block a user