diff --git a/AUTHORS b/AUTHORS index f2887837..adadc435 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ Maintainers: Contributors: * Alvin Francis (http://github.com/alvinfrancis); +* Amir Eldor (https://github.com/amireldor) * Andriy Kohut (https://github.com/andriykohut) * Anler Hp (http://github.com/ikame); * Anton Parkhomenko (http://github.com/chuwy); diff --git a/readme.md b/readme.md index 1d804105..56a01a19 100644 --- a/readme.md +++ b/readme.md @@ -110,6 +110,13 @@ Enable [pathogen](https://github.com/tpope/vim-pathogen) in your `~/.vimrc`: filetype plugin indent on syntax on +## Using vim-plug + +Include the following in the [vim-plug](https://github.com/junegunn/vim-plug) +section of your `~/.vimrc`: + + Plug 'python-mode/python-mode', { 'branch': 'develop' } + ## Manually % git clone https://github.com/python-mode/python-mode.git