The fugitive's sidekick.
This plugin is a small plugin that provides a few nice features to augment the amazing vim-fugitive plugin.
Install with your favorite package manager (e.g. lazy.nvim).
{ "mskelton/bandit.nvim" }
The Bandit commit input allows you to quickly open a floating window where you can type a commit message and quick flags to modify behavior. By default, Bandit will add all files (including untracked files) before committing.
require("bandit").commit()
Available quick flags that can be prepended to the commit message. These flags will be stripped from the commit message.
t/
- Only commit changes to tracked filess/
- Only commit staged changes