nvim: use git completions in NeogitCommitMessage
this doesn't work currently, probably because the ft is set too late?
This commit is contained in:
parent
56bb5c8248
commit
095e0cefc5
|
@ -61,7 +61,7 @@ if cmp and luasnip then
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
cmp.setup.filetype('gitcommit', {
|
cmp.setup.filetype({ 'gitcommit', 'NeogitCommitMessage' }, {
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = 'dictionary' }
|
{ name = 'dictionary' }
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user