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: 2 days ago
JSON representation

:purple_heart: Chatting client for neovim/vim8

Awesome Lists containing this project

README

        

# vim-chat

The chatting client for vim and neovim.

![vim-chat](https://img.spacevim.org/166140007-d11d5e92-b32d-414f-b56b-64e28d03fd0e.png)

* [Installation](#installation)

## Installation

With [nvim-plug](https://github.com/wsdjeg/nvim-plug)

```lua
require("plug").add({
{
"wsdjeg/vim-chat",
config = function()
vim.keymap.set("n", "h", "call chat#windows#open()", { silent = true })
end,
},
})
```