From 321ecaca67426410316db7db05e6e33809fe1e63 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Fri, 19 Oct 2012 15:09:38 -0500 Subject: Add powerline --- vim/autoload/Powerline/Segments/syntastic.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/autoload/Powerline/Segments/syntastic.vim (limited to 'vim/autoload/Powerline/Segments/syntastic.vim') diff --git a/vim/autoload/Powerline/Segments/syntastic.vim b/vim/autoload/Powerline/Segments/syntastic.vim new file mode 100644 index 0000000..2f0caa9 --- /dev/null +++ b/vim/autoload/Powerline/Segments/syntastic.vim @@ -0,0 +1,5 @@ +let g:Powerline#Segments#syntastic#segments = Pl#Segment#Init('syntastic', + \ (exists('g:loaded_syntastic_plugin') && g:loaded_syntastic_plugin == 1), + \ + \ Pl#Segment#Create('errors', '%{Powerline#Functions#syntastic#GetErrors("$LINE")}', Pl#Segment#Modes('!N')) +\ ) -- cgit