mirror of
https://github.com/amix/vimrc
synced 2025-07-09 02:25:00 +08:00
Fixed some things in peaksea (regarding omni menu and folding in terminal mode). Optimized a bit colors for powerline
This commit is contained in:
6
sources_forked/vim-powerline/autoload/Powerline/Segments/rvm.vim
Executable file
6
sources_forked/vim-powerline/autoload/Powerline/Segments/rvm.vim
Executable file
@ -0,0 +1,6 @@
|
||||
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()}')
|
||||
\ ])
|
Reference in New Issue
Block a user