A plugin to to copy/populate your .gitignore from github/gitignore project with support for telescope and fzf.
- Neovim 0.8 or above
Using vim-plug
Plug 'antonk52/gitignore-grabber.nvim'
There are two primary ways to use this plugin.
- Open a directory in a buffer and run
:Gitignore <TAB>
to get completion menu of popular gitignore files. If you havefzf
installed you can run:Gitignore<CR>
to get fuzzy search autocompletion to pick a gitignore file. - Create/open
.gitignore
buffer and run:Gitignore <TAB>
/:Gitignore<CR>
to populate the buffer with the picked gitignore's content.