|
|
@ -64,7 +64,7 @@ let g:SuperTabDefaultCompletionType = "context"
|
|
|
|
let g:SuperTabRetainCompletionDuretaion = "completion"
|
|
|
|
let g:SuperTabRetainCompletionDuretaion = "completion"
|
|
|
|
let g:SuperTabClosePreviewOnPopupClose = 1
|
|
|
|
let g:SuperTabClosePreviewOnPopupClose = 1
|
|
|
|
|
|
|
|
|
|
|
|
let g:SuperTabNoCompleteAfter = ['^', '\s', "'", '=>', ')']
|
|
|
|
let g:SuperTabNoCompleteAfter = ['^', '\s', "'", '=>', ')', '|', '&', ';']
|
|
|
|
|
|
|
|
|
|
|
|
" syntastic
|
|
|
|
" syntastic
|
|
|
|
let g:syntastic_check_on_open = 0
|
|
|
|
let g:syntastic_check_on_open = 0
|
|
|
|