From 14291ff353cc55e98dc37d74454582d5d001c9e9 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 20 Nov 2015 16:17:29 +0900 Subject: [PATCH] Updated faq (markdown) --- faq.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/faq.md b/faq.md index 9b5cefe..658f37b 100644 --- a/faq.md +++ b/faq.md @@ -12,14 +12,23 @@ Most of the features should work with Git 1.7 or above. However, installing plug ### Migrating from other plugin managers +Download plug.vim in `autoload` directory + +```sh +curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +``` + +And update your .vimrc as needed. +
-Vundle.vim +With Vundle.vim -vim-plug +Equivalent vim-plug configuration