Skip to content

quafzi/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY IS NOT MAINTAINED ANYMORE, because I moved its content to https://github.com/quafzi/dotfiles/tree/master/vim.

My vim configuration

I'm currently developing JS and PHP applications, so my configuration focuses on these tasks.

Leader: ','

Space might be used as leader, too.

PHP Debugging

  • 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

About

my vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published