vim-chat icon indicating copy to clipboard operation
vim-chat copied to clipboard

:purple_heart: Chatting client for neovim/vim8

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
  • Feedback & Contribute

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