Skip to content

Create useful .gitignore files for your project

License

Notifications You must be signed in to change notification settings

SirJson/fzf-gitignore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fzf ❤️ gitignore.io

fzf interface for creating .gitignore files using the gitignore.io API. This plugin was inspired by helm-gitignore.

Requirements

Installation

  1. Install Nvim python client.

    pip3 install --upgrade pynvim
  2. Use your favorite Nvim plugin manager to install fzf-gitignore.

    Using vim-plug

    Plug 'junegunn/fzf', {'do': {-> fzf#install()}}
    Plug 'fszymanski/fzf-gitignore', {'do': ':UpdateRemotePlugins'}

Documentation

For more information, see :help fzf_gitignore.txt.

License

MIT

About

Create useful .gitignore files for your project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 61.3%
  • Python 38.7%