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.
- Host: GitHub
- URL: https://github.com/robertbasic/vim-functions
- Owner: robertbasic
- License: mit
- Created: 2017-01-30T10:34:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T14:58:54.000Z (almost 9 years ago)
- Last Synced: 2025-09-01T07:02:45.054Z (5 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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