The chatting client for vim and neovim.
With nvim-plug
require("plug").add({
{
"wsdjeg/vim-chat",
config = function()
vim.keymap.set("n", "<leader>h", "<cmd>call chat#windows#open()<cr>", { silent = true })
end,
},
})
The chatting client for vim and neovim.
With nvim-plug
require("plug").add({
{
"wsdjeg/vim-chat",
config = function()
vim.keymap.set("n", "<leader>h", "<cmd>call chat#windows#open()<cr>", { silent = true })
end,
},
})