Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 971 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 971 Bytes

ultisnips-php

A vim bundle with snippets for PHP developers. It contains snippets for the following tools:

Required bundles:

Installation

Install with vundle

Add to vimrc:

Plugin "algotech/ultisnips-php"

And install it:

:so ~/.vimrc
:PluginInstall

Install with pathogen

  cd ~/.vim/bundle
  git clone https://github.com/algotech/ultisnips-php.git