Skip to content

Commit bf5afad

Browse files
committed
Merge pull request #2 from mikedfunk/master
Made plugin easier to install with plugin managers
2 parents c69cb77 + 02072a7 commit bf5afad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ PHP Refactoring Toolbox for VIM
1717

1818
## Installation
1919

20-
Copy the `php-refactoring-toolbox.vim` in your `~/.vim/plugin` folder.
20+
* [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+
2125

2226
If you want to disable the default mapping just add this line in your `~/.vimrc` file
2327

File renamed without changes.

0 commit comments

Comments
 (0)