THIS REPOSITORY IS NOT MAINTAINED ANYMORE, because I moved its content to https://github.com/quafzi/dotfiles/tree/master/vim.
I'm currently developing JS and PHP applications, so my configuration focuses on these tasks.
Leader: ','
Space might be used as leader, too.
install
php-xdebug
phpenmod xdebug
add these lines to your
php.ini
- ::
[xdebug] xdebug.remote_enable=1 xdebug.remote_host=localhost xdebug.remote_port=9000