diff --git a/faq.md b/faq.md index c1d38f1..6218e9d 100644 --- a/faq.md +++ b/faq.md @@ -30,11 +30,12 @@ augroup END ### Gist as plugin -Unlike [NeoBundle](https://github.com/Shougo/neobundle.vim), vim-plug does not natively support installing small Vim plugins from Gist. But there is a workaround if you really want it. +vim-plug does not natively support installing small Vim plugins from Gist. +But there is a workaround if you really want it. ```vim Plug 'https://gist.github.com/952560a43601cd9898f1.git', - \ { 'dir': g:plug_home.'/xxx/plugin', 'rtp': '..' } + \ { 'as': 'xxx', 'do': 'mkdir -p plugin; cp -f *.vim plugin/' } ``` ### Migrating from other plugin managers