An open API service indexing awesome lists of open source software.

https://github.com/pyohei/vim-hipchat

Look HipChat from vim.🗒🔍
https://github.com/pyohei/vim-hipchat

hipchat vim vim-plugin

Last synced: 7 months ago
JSON representation

Look HipChat from vim.🗒🔍

Awesome Lists containing this project

README

          

# HipCaht Vim Plugin

## About
HipChat Plugin for vim.

## Usage
You have to set url information in your .vimrc.
```vim
g:HIPCHAT_DOMAIN = '' " Your HipChat Domain name
g:HIPCHAT_TOKEN = '' " Your HipChat Token
```

After setting, you can start below command.
```vim
:HipRoom
```

This room display your hipchat rooms.
You can confirm your messages after you enter your room name.
You can only look with this plugin(not write comment.).

## Licence
* MIT
* see [LICENSE](https://github.com/pyohei/vim-hipchat/blob/master/LICENSE)