Skip to content

Commit 82f9166

Browse files
committed
feat(nvim): 🔨 new plugin conventional-commits
1 parent 38bea0d commit 82f9166

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
return {
2+
"zerbiniandrea/conventional-commits.nvim",
3+
4+
cmd = "ConventionalCommit",
5+
6+
config = function()
7+
require("conventional-commits").setup({
8+
-- Optional configuration here
9+
})
10+
end,
11+
12+
keys = {
13+
{ "<leader>gc", "<cmd>ConventionalCommit<cr>", desc = "Conventional Commit" },
14+
},
15+
}

0 commit comments

Comments
 (0)