lightline插件的使用
作者:互联网
set laststatus=2 if !has('gui_running') set t_Co=256 endif let g:lightline = { \ 'colorscheme': 'wombat', \ 'active': { \ 'left': [ ['mode', 'paste'], \ ['fugitive', 'readonly', 'filename', 'modified'] ], \ 'right': [ [ 'lineinfo' ], ['percent'],['fileformat','fileencoding','filetype','charvaluehex']] \}, \ 'component': { \ 'readonly': '%{&filetype=="help"?"":&readonly?"标签:插件,right,help,filetype,modified,readonly,使用,FugitiveHead,lightline 来源: https://www.cnblogs.com/dogingate/p/16095115.html