Symfony integration

This commit is contained in:
Simon Vieille 2016-10-30 16:28:11 +01:00
parent 88e1963d4b
commit 5fd342c90a

12
vimrc
View file

@ -55,6 +55,7 @@ Plugin 'raimondi/delimitmate'
Plugin 'dietsche/vim-lastplace.git'
Plugin 'tomtom/tcomment_vim'
Plugin 'ahri/vim-sesspit'
Plugin 'voronkovich/ctrlp-symfony2.vim'
call vundle#end()
@ -195,16 +196,6 @@ let g:gitgutter_max_signs = 1000
let Tlist_Process_File_Always = 1
let Tlist_Ctags_Cmd='/usr/bin/ctags'
" PHP COMPLETE "
""""""""""""""""
" CTRLP "
"""""""""
let g:ctrlp_user_command = "/home/simon/bin/vim-find %s "
" NEOCOMPLETE "
"""""""""""""""
@ -271,7 +262,6 @@ map <F1> :!indentation %<CR>
map <F2> :call PhpCsFixerFixFile()<CR>
map <F7> :r!namespace %<CR>
map <F8> :!phpmd % text /usr/share/phpmd/psr2.xml \| cut -d: -f2-<CR>
map <F10> :%!/home/simon/bin/indentation<CR>
map <c-B> :!php -l %<CR>
map <c-s> :w<CR>
map <F6> :call PhpInsertUse()<CR>