diff options
Diffstat (limited to 'vim/autoload/Powerline/Segments/rvm.vim')
| -rw-r--r-- | vim/autoload/Powerline/Segments/rvm.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/autoload/Powerline/Segments/rvm.vim b/vim/autoload/Powerline/Segments/rvm.vim new file mode 100644 index 0000000..7e34245 --- /dev/null +++ b/vim/autoload/Powerline/Segments/rvm.vim @@ -0,0 +1,5 @@ +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()}') +\ ) |