diff --git a/vimrc b/vimrc index 13afc94..4db77b8 100644 --- a/vimrc +++ b/vimrc @@ -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 :!indentation % map :call PhpCsFixerFixFile() map :r!namespace % map :!phpmd % text /usr/share/phpmd/psr2.xml \| cut -d: -f2- -map :%!/home/simon/bin/indentation map :!php -l % map :w map :call PhpInsertUse()