Skip to content

Reveal the commit message under the cursor - Written in Lua

License

Notifications You must be signed in to change notification settings

lsig/messenger.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨Messenger

Read the hidden commit message under your cursor, from the comfort of your favorite editor

messenger-nvim.mov

💬 Show the commit message under cursor in a pop-up window

Yep, there is not much else to it 🔥

🎯 Goals

  • Aid in understanding someone else's code
  • Get people to write better commit messages

📦 Installation

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
  }
}

⚙️ Configuration

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
}

🚀 Usage

Toggle Messenger with :MessengerShow.

Alternatively you can start Messenger with the Lua API

require("messenger").show()

🤝 Contribution

Contributions are welcome! Please see the CONTRIBUTING.md for more information.

Inspiration

About

Reveal the commit message under the cursor - Written in Lua

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages