mirror of
https://github.com/amix/vimrc
synced 2025-07-04 06:44:59 +08:00
Updated plugins
This commit is contained in:
@ -18,7 +18,7 @@ let g:loaded_syntastic_arduino_avrgcc_checker = 1
|
||||
runtime! syntax_checkers/c/*.vim
|
||||
|
||||
call g:SyntasticRegistry.CreateAndRegisterChecker({
|
||||
\ 'filetype': 'c',
|
||||
\ 'filetype': 'arduino',
|
||||
\ 'name': 'avrgcc',
|
||||
\ 'exec': 'avr-gcc',
|
||||
\ 'redirect': 'c/avrgcc'})
|
||||
|
Reference in New Issue
Block a user