1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 04:00:03 +08:00
SpaceVim/bundle/vim-chat
2023-07-05 11:50:23 +08:00
..
autoload chore(copyright): update copyright 2023-03-26 13:50:22 +08:00
doc feat(chat): support push multiple messages 2022-05-01 14:13:34 +08:00
syntax fix(vimchat): fix typo in message 2022-05-04 14:52:58 +08:00
.gitignore refactor(chat): use bundle vim-chat plugin 2021-10-24 16:25:43 +08:00
.vintrc.yaml refactor(chat): use bundle vim-chat plugin 2021-10-24 16:25:43 +08:00
addon-info.json feat(chat): support push multiple messages 2022-05-01 14:13:34 +08:00
README.md Release v2.2.0 2023-07-05 11:50:23 +08:00

vim-chat

The chatting client for vim and neovim. This plugin is based on SpaceVim's API, and it is detached automatically.

vim-chat

Usage

If you are SpaceVim user, just load the chat layer.

[[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 & Contribute

The development of vim-chat is in SpaceVim repository, including the SpaceVim api and bundle/vim-chat