/gitemoji

This Neovim plugin allow you to easily add an emoji to your commit coment.

Primary LanguageLua

gitemoji

This Neovim plugin allow you to easily add an emoji to your commit coment.

Install

The way I tested if this plugin works is with Packer.

use { "NeddM/gitemoji" }

You also need to call the setup method on the init.lua. The best way to do it is to create ./lua/gitemoji-config/init.lua.

Inside this init.lua you have to add this line:

require("gitemoji").setup()

And then, call this file in the main init.lua:

require('gitemoji-config')

Arguments

You can also skip the push adding the argument --no-push. Like this :Gitemoji --no-push. By default, it will push the commit.

Examples

This will add all files and also push the commit.

:Gitemoji

This will not push the commit.

:Gitemoji --no-push