#1991·gitmoji

Add neo-gitmoji.nvim to related tools page

Author: HenriqueArturCreated Feb 17, 2026Updated Feb 17, 2026
Labelsdiscussion

Discussion

Description of the problem

As a Neovim user I want to find a gitmoji tool for my editor listed on the related tools page, so that I can discover it without having to search externally.

Currently the related tools page covers VS Code (gitmoji-vscode), JetBrains (gitmoji-intellij-plugin), Sublime Text (gitmoji-sublimetext), and Atom (gitmoji-atom), but there is no entry for Neovim. My team and I have been using neo-gitmoji.nvim for over 2 years as part of our daily workflow and would like to contribute a PR to fill that gap.


Solution

Add neo-gitmoji.nvim to the tools list in packages/website/src/app/related-tools/page.tsx:

  {
    name: 'neo-gitmoji.nvim',
    description: 'A Telescope integration for gitmoji in Neovim.',
    link: 'https://github.com/HenriqueArtur/neo-gitmoji.nvim',
  }

Alternatives


Additional context

neo-gitmoji.nvim uses Telescope to let users search and pick a gitmoji directly inside Neovim when writing a commit message, keeping the workflow entirely inside the editor.

Validations