Skip to content

Commit

Permalink
Removed CtrlP, updated PHP CS Fixer to v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Chernyi committed May 8, 2017
1 parent 94d68be commit adc388f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ call plug#begin(nvimPlugged)
Plug 'tpope/vim-sensible' " 'Base' vim config
Plug 'scrooloose/nerdcommenter' " Cool plugin for commenting
Plug '2072/PHP-Indenting-for-VIm' " PHP indents
Plug 'stephpy/vim-php-cs-fixer', {'do': 'mkdir -p '.nvimBin.' && wget http://get.sensiolabs.org/php-cs-fixer.phar -O '.nvimBin.'/php-cs-fixer.phar && chmod a+x '.nvimBin.'/php-cs-fixer.phar'} " PHP CS
Plug 'stephpy/vim-php-cs-fixer', {'do': 'mkdir -p '.nvimBin.' && wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -O '.nvimBin.'/php-cs-fixer.phar && chmod a+x '.nvimBin.'/php-cs-fixer.phar'} " PHP CS
Plug 'cohlin/vim-colorschemes' " Dracula colortheme + airline theme, https://github.com/cohlin/vim-colorschemes
Plug 'eshion/vim-sync' " Autoupload changed files
Plug 'kien/ctrlp.vim'
Plug 'pearofducks/ansible-vim'
Plug 'tpope/vim-fugitive'
Plug 'gregsexton/gitv'
Expand Down

0 comments on commit adc388f

Please sign in to comment.