Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 195 Bytes

File metadata and controls

13 lines (11 loc) · 195 Bytes

On nvim startup produces a notification showing the last commit.

Lazy plugin:

return {
	"coreyb-git/commit-reminder.nvim",
	dependencies = {
		"rcarriga/nvim-notify",
	},
	opts = {},
}