mirror of
https://github.com/klmp200/vim-sync.git
synced 2024-11-23 22:53:24 +00:00
Rainbow
This commit is contained in:
parent
8b4a38073d
commit
9b4c99517e
@ -29,3 +29,7 @@ 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>"
|
||||
|
||||
au VimEnter * RainbowParenthesesToggle
|
||||
au Syntax * RainbowParenthesesLoadRound
|
||||
au Syntax * RainbowParenthesesLoadSquare
|
||||
au Syntax * RainbowParenthesesLoadBraces
|
||||
|
@ -17,3 +17,4 @@ Plugin 'ervandew/supertab'
|
||||
Plugin 'a.vim'
|
||||
Plugin 'shanzi/autoheader'
|
||||
Plugin 'drmikehenry/vim-headerguard'
|
||||
Plugin 'kien/rainbow_parentheses.vim'
|
||||
|
Loading…
Reference in New Issue
Block a user