Read the hidden commit message under your cursor, from the comfort of your favorite editor
messenger-nvim.mov
Yep, there is not much else to it 🔥
- Aid in understanding someone else's code
- Get people to write better commit messages
Install the plugin with your preferred package manager:
-- Lua
{
"lsig/messenger.nvim",
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
}
Messenger comes with the following defaults:
{
border = "none", -- Valid values: "none", "single", "double", "rounded", "solid", "shadow".
heading_hl = "#89b4fa" -- Any hex color that your terminal supports
}
Toggle Messenger with :MessengerShow
.
Alternatively you can start Messenger with the Lua
API
require("messenger").show()
Contributions are welcome! Please see the CONTRIBUTING.md for more information.