mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 13:07:36 -07:00
Gist as plugin
parent
a7f52392e0
commit
818340b84c
8
faq.md
8
faq.md
@ -132,3 +132,11 @@ Plug 'tpope/vim-repeat'
|
||||
```
|
||||
|
||||
See [#133](https://github.com/junegunn/vim-plug/issues/133), [#109](https://github.com/junegunn/vim-plug/issues/109), [#56](https://github.com/junegunn/vim-plug/issues/56) for more details.
|
||||
|
||||
### 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 'https://gist.github.com/952560a43601cd9898f1.git', { 'dir': g:plug_home.'/xxx/plugin', 'rtp': '..' }
|
||||
```
|
Loading…
Reference in New Issue
Block a user