You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
279 B
VimL

let g:syntastic_check_on_open = 0
let g:syntastic_loc_list_height = 5
let g:syntastic_stl_format = '[%E{%e error(s)}%B{, }%W{%w warning(s)}]'
let g:syntastic_mode_map = {
\'mode': 'active',
\'active_filetypes': ['php'],
\'passive_filetypes': ['html', 'css']
\}