Skip to content

💜 Chatting client for neovim/vim8

License

Notifications You must be signed in to change notification settings

wsdjeg/vim-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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