Editor Extensions

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

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'}

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

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?