use gitmoji using colon

This commit is contained in:
Sakamoto Hiroshi
2024-07-05 16:27:28 -05:00
parent 103946319c
commit c7c4a74600
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -74,13 +74,13 @@ return {
"hrsh7th/nvim-cmp",
},
opts = {
filetypes = { "gitcommit" },
filetypes = { "gitcommit", "NeogitCommitMessage" },
completion = {
append_space = false,
complete_as = "emoji",
},
},
ft = "gitcommit",
ft = "gitcommit"
},
{