My own vim configuration
In order to use selected plugins we need to fix dependency issues. The following guide is only for users with Ubuntu linux OS.
Install following packages:
sudo apt-get install silversearcher-ag
sudo apt-get install ctags-exuberant
composer global require fabpot/php-cs-fixer
If you haven't done it already, make sure you have ~/.composer/vendor/bin in your PATH and you're good to go
export PATH="$PATH:$HOME/.composer/vendor/bin"
Please take a look at Commands file
gosukiwi - for an awesome vim theme All VIM plugin authors!!!