fix: expose emoji completions for gitcommits
This commit is contained in:
parent
b694b4bb05
commit
0481cd10b7
@ -166,8 +166,8 @@ cmp.setup({
|
|||||||
-- Git Commit Completions
|
-- Git Commit Completions
|
||||||
cmp.setup.filetype("gitcommit", {
|
cmp.setup.filetype("gitcommit", {
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = "conventionalcommits", priority = 20 },
|
{ name = "conventionalcommits", priority = 20 },
|
||||||
{ { name = "emoji", keyword_length = 2 } },
|
{ name = "emoji", keyword_length = 2 },
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user