Skip to content

antonk52/gitignore-grabber.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitignore-grabber

A plugin to to copy/populate your .gitignore from github/gitignore project with support for telescope and fzf.

Requirements

  • Neovim 0.8 or above

Optional requirements

Install

Using vim-plug

Plug 'antonk52/gitignore-grabber.nvim'

Usage

There are two primary ways to use this plugin.

  1. Open a directory in a buffer and run :Gitignore <TAB> to get completion menu of popular gitignore files. If you have fzf installed you can run :Gitignore<CR> to get fuzzy search autocompletion to pick a gitignore file.
  2. Create/open .gitignore buffer and run :Gitignore <TAB>/:Gitignore<CR> to populate the buffer with the picked gitignore's content.

About

Grab .gitignore for your project in Neovim

Topics

Resources

Stars

Watchers

Forks