mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-15 08:09:11 +08:00
docs(chat): update vim-chat readme
This commit is contained in:
parent
684ca9c5c8
commit
22634b2edb
@ -1,3 +1,39 @@
|
||||
## vim-chat
|
||||
# vim-chat
|
||||
|
||||
The chatting client for vim and neovim.
|
||||
The chatting client for vim and neovim. This plugin is based on [SpaceVim](https://spacevim.org)'s API, and it is detached automatically.
|
||||
|
||||

|
||||
|
||||
<!-- vim-markdown-toc GFM -->
|
||||
|
||||
- [Usage](#usage)
|
||||
- [Feedback & Contribut](#feedback--contribut)
|
||||
|
||||
<!-- vim-markdown-toc -->
|
||||
|
||||
## 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 <silent> <Leader>h :call chat#windows#open()<Cr>
|
||||
```
|
||||
|
||||
## Feedback & Contribut
|
||||
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user