mirror of
https://github.com/klmp200/vim-sync.git
synced 2024-12-27 02:01:10 +00:00
Fixed dd
This commit is contained in:
parent
0263949cfe
commit
8b4a38073d
@ -27,5 +27,5 @@ let g:syntastic_enable_perl_checker=1 " Réactiver l'analyse pour le Perl
|
||||
let g:syntastic_perl_checkers=['perl']
|
||||
let g:syntastic_check_on_open=1 " Analyser le fichier à l'ouverture
|
||||
let g:syntastic_c_include_dirs = [ '../include', 'include', '../INC', 'INC', '../inc', 'inc' ] " Spécifications des dossier d'inclusion perso
|
||||
"let g:UltiSnipsExpandTrigger="<c-n>"
|
||||
let g:UltiSnipsExpandTrigger="<c-n>"
|
||||
|
||||
|
@ -14,7 +14,6 @@ Plugin 'ctrlpvim/ctrlp.vim'
|
||||
Plugin 'hotchpotch/perldoc-vim'
|
||||
Plugin 'evanmiller/nginx-vim-syntax'
|
||||
Plugin 'ervandew/supertab'
|
||||
Plugin 'AutoComplPop'
|
||||
Plugin 'a.vim'
|
||||
Plugin 'shanzi/autoheader'
|
||||
Plugin 'drmikehenry/vim-headerguard'
|
||||
|
Loading…
Reference in New Issue
Block a user