Airline plugin config

This commit is contained in:
Simon Vieille 2016-10-31 10:48:54 +01:00
parent 697bb12082
commit 53eb2f2fec
1 changed files with 14 additions and 1 deletions

15
vimrc
View File

@ -150,6 +150,20 @@ let g:nerdtree_tabs_open_on_gui_startup = 2
let g:nerdtree_tabs_open_on_console_startup = 2
let g:nerdtree_tabs_autoclose = 0
" CTRLP Symfony "
"""""""""""""""""
command Sfassets CtrlPSymfony2Assets
command Sfconfigs CtrlPSymfony2Configs
command Sfcontrollers CtrlPSymfony2Controllers
command Sfmodels CtrlPSymfony2Entities
command Sfentities CtrlPSymfony2Entities
command Sfviews CtrlPSymfony2Views
command Sfservices CtrlPSymfonyServices
command Sfservicesdefinition CtrlPSymfonyServiceDefinition
command Sfform CtrlPSymfonyForms
" EMMET "
"""""""""
@ -223,7 +237,6 @@ let g:user_emmet_settings = {
\ }
\}
" GITGUTTER "
"""""""""""""