1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-19 12:56:58 +00:00
dotfiles/files/vim/.vim/bundle/vim-powerline/autoload/Powerline/Segments/virtualenv.vim

6 lines
229 B
VimL
Raw Normal View History

let g:Powerline#Segments#virtualenv#segments = Pl#Segment#Init('virtualenv',
\ has('python') && (exists('g:virtualenv_loaded') && g:virtualenv_loaded == 1),
\
\ Pl#Segment#Create('statusline', '%{VirtualEnvStatusline()}')
\ )