Skip to content

Commit d8b4d0c

Browse files
feat(git): add conventional commits to support message creation
Add the `zerbiniandrea/conventional-commits.nvim` plugin which enables autocompletion of conventional commit forms when creating a commit message.
1 parent 3aff33f commit d8b4d0c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Added
44

5+
- practicalli: add conventional commits plugin for commit messages
56
- dev: make tasks for practicalli projects
67
- dev: update GitHub actions via `make dependencies-update`
78

lua/plugins/practicalli.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ return {
139139
mappings = { "clojure" },
140140
},
141141
},
142+
-- Conventional Commits messages
143+
{
144+
"zerbiniandrea/conventional-commits.nvim",
145+
cmd = "ConventionalCommit",
146+
opts = {},
147+
},
142148
-- ------------------------------------------
143149

144150
-- ------------------------------------------

0 commit comments

Comments
 (0)