migrate vim configuration files
This commit is contained in:
parent
ee06a5446b
commit
b4ae067792
59 changed files with 10296 additions and 0 deletions
5
UltiSnips/php.snippets
Normal file
5
UltiSnips/php.snippets
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
snippet pf "public function ..."
|
||||
public function $1($2) {
|
||||
$0
|
||||
}
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue