Formatting

Junegunn Choi 2015-02-08 14:33:17 +09:00
parent 818340b84c
commit ac1717259a

3
faq.md

@ -138,5 +138,6 @@ See [#133](https://github.com/junegunn/vim-plug/issues/133), [#109](https://gith
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 'https://gist.github.com/952560a43601cd9898f1.git', { 'dir': g:plug_home.'/xxx/plugin', 'rtp': '..' }
Plug 'https://gist.github.com/952560a43601cd9898f1.git',
\ { 'dir': g:plug_home.'/xxx/plugin', 'rtp': '..' }
```