Skip to content

tobytes/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just my vim configuration for php development.

Installation:

1. Clone vim-config to your home directory:
git clone git://github.com/tobytes/vim-config

2. Go to the vim-config directory and init, update the submodules
$ cd ~/vim-config
$ git submodule init
$ git submodule update

3. Symlink the .vim folder an the .vimrc for your system in your home directory
$ cd ~
$ ln -s vim-config/.vim .vim
$ ln -s vim-config/.vimrc_linux .vimrc
or
$ ln -s vim-config/.vimrc_mac .vimrc

4. Have fun :)

About

My vim configuration for PHP development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published