gitignore.io
Templates
Source
Design
Search…
gitignore.io
Install
Command Line
Editor Extensions
Client Applications
Local Server
Use
Command Line
Advanced Command Line
API
Design
Logo
Powered By
GitBook
Editor Extensions
Tools or extensions maintained by third-party developers different editors.
Neovim
—
Filip Szymański
Install Neovim python client.
1
pip3
install
--upgrade neovim
Copied!
Use your favorite Neovim plugin manager to install
fzf-gitignore
.
1
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'}
2
Plug 'fszymanski/fzf-gitignore', {'do': ':UpdateRemotePlugins'}
Copied!
Visual Studio Code
—
Hasit 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.
1
ext install gi
Copied!
GNU Emacs
—
Juan 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
.
Install - Previous
Command Line
Next - Install
Client Applications
Last modified
3yr ago
Copy link
Contents
Neovim — Filip Szymański
Visual Studio Code — Hasit Mistry
GNU Emacs — Juan Placencia