mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
7 lines
231 B
VimL
7 lines
231 B
VimL
![]() |
let g:Powerline#Segments#rvm#segments = Pl#Segment#Init(['rvm',
|
||
|
\ (exists('g:loaded_rvm') && g:loaded_rvm == 1),
|
||
|
\
|
||
|
\ Pl#Segment#Create('string', '%{rvm#string()}'),
|
||
|
\ Pl#Segment#Create('statusline', '%{rvm#statusline()}')
|
||
|
\ ])
|