An open API service indexing awesome lists of open source software.

https://github.com/robertbasic/vim-functions

A collection of Vim functions I don't want to hold in .vimrc. Highly opinionated functions.
https://github.com/robertbasic/vim-functions

Last synced: 5 months ago
JSON representation

A collection of Vim functions I don't want to hold in .vimrc. Highly opinionated functions.

Awesome Lists containing this project

README

          

# vim-functions

A collection of Vim functions I don't want to hold in .vimrc

## CreatePHPClass

The `VFCreatePHPClass` function is a quick way to create a PHP class.

Call it as `VFCreatePHPClass Ham/Spam/Can` and it will create a new
`project_root/src/Ham/Spam/Can.php` file.

The contents of the file will be:

``` php