For the complete documentation index, see llms.txt. This page is also available as Markdown.

Editor Extensions

Tools or extensions maintained by third-party developers different editors.

NeovimFilip Szymański

Install Neovim python client.

pip3 install --upgrade neovim

Use your favorite Neovim plugin manager to install fzf-gitignore.

Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'}
Plug 'fszymanski/fzf-gitignore', {'do': ':UpdateRemotePlugins'}

Visual Studio CodeHasit Mistry

Press Cmd+P for MacOS and Ctrl+P for Linux/Windows to launch VS Code Quick Open, paste the following command, and press enter.

ext install gi

GNU EmacsJuan Placencia

This package is available on MELPA under the name helm-gitignore. Please note that gitignore.io’s APIs are available through HTTPS, meaning if you experience issues attempting to connect to the network odds are you may need something like GnuTLS.

Last updated

Was this helpful?