🚚move gitmoji to separate files

only load gitmoji completions when editing commit messages
This commit is contained in:
2024-11-29 13:21:20 -05:00
parent 95793d811c
commit 8f5522b0d7
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,5 @@
return {
require('cmp').setup.buffer({
sources = require('cmp').config.sources({ { name = 'gitmoji' } }, { { name = 'buffer' } }),
}),
}