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.🗒🔍
- Host: GitHub
- URL: https://github.com/pyohei/vim-hipchat
- Owner: pyohei
- License: mit
- Created: 2015-06-02T13:45:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T13:51:42.000Z (almost 9 years ago)
- Last Synced: 2024-12-29T01:32:16.719Z (over 1 year ago)
- Topics: hipchat, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)