dps-gignore icon indicating copy to clipboard operation
dps-gignore copied to clipboard

Generating gitignore using gitignore.io

dps-gignore

Generating gitignore using gitignore.io

Requirements

Installation

Plug 'vim-denops/denops.vim'
Plug 'tamago324/dps-gignore'

Usage

GignoreSetLines

Insert into current buffer.

:GignoreSetLines vim lua

GignoreGenerate

Create a gitignore for the git repository in the current directory (getcwd()).

:GignoreGenerate vim lua

Configuration

" Cache directory for language list
let g:dps_gignore_cache_dir = expand('~/.cache/dps-gignore')

Contributing

  • All contributions are welcome.

License

MIT