mirror of
https://github.com/amix/vimrc
synced 2025-07-10 03:25: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/syntastic.vim
Executable file
5
sources_forked/vim-powerline/autoload/Powerline/Segments/syntastic.vim
Executable 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'))
|
||||
\ ])
|
Reference in New Issue
Block a user