We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a809007 commit 7757d95Copy full SHA for 7757d95
README.md
@@ -36,8 +36,9 @@ It outputs a diff to the screen and you can apply it to your code by piping it t
36
php refactor.phar <refactoring> <arg1>...<argN> | patch -p1
37
38
### VIM Bindings
39
-Some basic VIM bindings are included in the `docs` folder. A more complete VIM
40
-plugin will be available in the future.
+
+There is now a VIM plugin for using PHP refactorings within VIM. This plugin
41
+is maintained as a seperate project which can be found at https://github.com/vim-php/vim-php-refactoring
42
43
## Why?
44
docs/vim-bindings.vim
0 commit comments