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.
2 parents c69cb77 + 02072a7 commit bf5afadCopy full SHA for bf5afad
README.md
@@ -17,7 +17,11 @@ PHP Refactoring Toolbox for VIM
17
18
## Installation
19
20
-Copy the `php-refactoring-toolbox.vim` in your `~/.vim/plugin` folder.
+* [vim-plug](https://github.com/junegunn/vim-plug): `Plug 'adoy/vim-php-refactoring-toolbox'`
21
+* [vundle](https://github.com/gmarik/Vundle.vim): `Plugin 'adoy/vim-php-refactoring-toolbox'`
22
+* [pathogen](https://github.com/tpope/vim-pathogen): `git clone https://github.com/adoy/vim-php-refactoring-toolbox.git ~/.vim/bundle/`
23
+* or just copy the `plugin/php-refactoring-toolbox.vim` in your `~/.vim/plugin` folder
24
+
25
26
If you want to disable the default mapping just add this line in your `~/.vimrc` file
27
plugins/php-refactoring-toolbox.vim renamed to plugin/php-refactoring-toolbox.vim
0 commit comments