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
- Host: GitHub
- URL: https://github.com/wsdjeg/vim-chat
- Owner: wsdjeg
- License: gpl-3.0
- Created: 2016-11-19T04:17:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T14:57:40.000Z (2 months ago)
- Last Synced: 2025-04-11T23:58:20.872Z (about 1 month ago)
- Topics: bot, chat, neovim, qq, spacevim, vim, vim-chat, weixin
- Language: Vim Script
- Homepage:
- Size: 69.3 KB
- Stars: 523
- Watchers: 16
- Forks: 85
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-chat
The chatting client for vim and neovim.

* [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,
},
})
```