mirror of
https://github.com/amix/vimrc
synced 2025-07-03 14:14:59 +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:
5
sources_forked/vim-powerline/autoload/Powerline/Segments/virtualenv.vim
Executable file
5
sources_forked/vim-powerline/autoload/Powerline/Segments/virtualenv.vim
Executable file
@ -0,0 +1,5 @@
|
||||
let g:Powerline#Segments#virtualenv#segments = Pl#Segment#Init(['virtualenv',
|
||||
\ has('python') && (exists('g:virtualenv_loaded') && g:virtualenv_loaded == 1),
|
||||
\
|
||||
\ Pl#Segment#Create('statusline', '%{virtualenv#statusline()}')
|
||||
\ ])
|
Reference in New Issue
Block a user