refactor(nvim): update cmp priorities for gitcommit
This commit is contained in:
parent
26496a5b79
commit
32fc8c7995
@ -164,8 +164,8 @@ cmp.setup({
|
||||
-- Git Commit Completions
|
||||
cmp.setup.filetype("gitcommit", {
|
||||
sources = cmp.config.sources({
|
||||
{ name = "conventionalcommits", priority = 20 },
|
||||
{ name = "emoji", keyword_length = 2 },
|
||||
{ name = "conventionalcommits", priority = 2 },
|
||||
{ name = "emoji", keyword_length = 2, priority = 1 },
|
||||
}),
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user