From 1aea9fed65ccc33f88082d8f60268221516d01bc Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 24 Sep 2013 23:15:31 +0900 Subject: [PATCH] Add a note on feature request (#1) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 635b418..cc64944 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,17 @@ plugins with `plug#begin(path)` call. - [Writing my own Vim plugin manager](http://junegunn.kr/2013/09/writing-my-own-vim-plugin-manager) +### Regarding feature request + +You may submit a request for a new feature by [creating an +issue](https://github.com/junegunn/vim-plug/issues). However, please be minded +that this is an opinionated software and I want to keep the feature set as small +as possible. So I may not agree with you on the necessity of the suggested +feature. If that happens, I suggest the following options. + +1. Check out [Vundle](https://github.com/gmarik/vundle) or + [NeoBundle](https://github.com/Shougo/neobundle.vim). + They offer broader feature sets. +2. Create a fork of this project and let it be your own plugin manager. + There's no need for us to have a single canonical branch. +