🚚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
+7
View File
@@ -0,0 +1,7 @@
return {
'Dynge/gitmoji.nvim',
dependencies = {
'hrsh7th/nvim-cmp',
},
ft = 'gitcommit',
}