adding new stuff

This commit is contained in:
ViktorBarzin 2017-07-09 00:16:51 +03:00
parent d3fc64e0d6
commit 99df5be61d
1580 changed files with 205558 additions and 0 deletions

View file

@ -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'))
\ ])