giphy.vim
Giphy in your vim.
1. Dependencies
- *nix(-like) OS (for
mktemp, etc.) - webapi-vim
- ffmpeg configured with
--enable-libcaca
2. Demo
3. Installation
3.1 Install Prerequisites
3.1.1 ffmpeg
OS X
- Run
brew install ffmpeg --enable-libcaca
3.1.2 webapi-vim
Vundle
- Add
Plugin 'mattn/webapi-vim'to your.vimrcand run+PluginInstall.
3.2 Install giphy.vim
Vundle
- Add
Plugin 'cirla/vim-giphy'to your.vimrcand run+PluginInstall. - If you have recieved a private Giphy API key, you can replace the public beta key in
s:giphy_api_key.
4. License and Attribution
This software is distributed under the MIT License.

