Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wsdjeg/vim-chat
:purple_heart: Chatting client for neovim/vim8
https://github.com/wsdjeg/vim-chat
bot chat neovim qq spacevim vim vim-chat weixin
Last synced: 5 days ago
JSON representation
:purple_heart: Chatting client for neovim/vim8
- Host: GitHub
- URL: https://github.com/wsdjeg/vim-chat
- Owner: wsdjeg
- License: gpl-3.0
- Created: 2016-11-19T04:17:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T14:05:20.000Z (6 months ago)
- Last Synced: 2024-12-28T06:04:47.538Z (12 days ago)
- Topics: bot, chat, neovim, qq, spacevim, vim, vim-chat, weixin
- Language: Vim Script
- Homepage:
- Size: 69.3 KB
- Stars: 521
- Watchers: 16
- Forks: 85
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-chat
The chatting client for vim and neovim. This plugin is based on [SpaceVim](https://spacevim.org)'s API, and it is detached automatically.
![vim-chat](https://img.spacevim.org/166140007-d11d5e92-b32d-414f-b56b-64e28d03fd0e.png)
- [Usage](#usage)
- [Feedback & Contribute](#feedback--contribute)## Usage
If you are SpaceVim user, just load the [chat](https://spacevim.org/layers/chat/) layer.
```toml
[[layers]]
name = "chat"
```The default key binding in SpaceVim is `SPC a h`.
Of cause you can install this standalone plugin with vim-plug:
```
Plug 'wsdjeg/vim-chat'
```and create your own key binding:
```
nnoremap h :call chat#windows#open()
```## Feedback & Contribute
The development of vim-chat is in SpaceVim repository, including the SpaceVim api and [bundle/vim-chat](https://github.com/SpaceVim/SpaceVim/tree/master/bundle/vim-chat)