mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-20 02:56:10 -07:00
Formatting
parent
818340b84c
commit
ac1717259a
3
faq.md
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.
|
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
|
```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': '..' }
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user