mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45: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:
5
sources_forked/vim-powerline/autoload/Powerline/Segments/fugitive.vim
Executable file
5
sources_forked/vim-powerline/autoload/Powerline/Segments/fugitive.vim
Executable file
@ -0,0 +1,5 @@
|
||||
let g:Powerline#Segments#fugitive#segments = Pl#Segment#Init(['fugitive',
|
||||
\ (exists('g:loaded_fugitive') && g:loaded_fugitive == 1),
|
||||
\
|
||||
\ Pl#Segment#Create('branch', '%{Powerline#Functions#fugitive#GetBranch("$BRANCH")}')
|
||||
\ ])
|
Reference in New Issue
Block a user