An open API service indexing awesome lists of open source software.

https://github.com/kilavila/nvim-gitignore

Generate gitignore files without leaving Neovim..
https://github.com/kilavila/nvim-gitignore

neovim-plugin nvim-lua nvim-plugin

Last synced: 2 months ago
JSON representation

Generate gitignore files without leaving Neovim..

Awesome Lists containing this project

README

          

# nvim-gitignore

Fast way to generate gitignore and license files for your new projects!

This plugin uses curl to make HTTP requests to GitHub's api: `https://api.github.com/`

## Updates
- Added `Licenses` command

## Features
- Generate gitignore files from templates
- Generate license files from templates

## Installation
With [lazy.nvim](https://github.com/folke/lazy.nvim)
```
{ "kilavila/nvim-gitignore" }
```

Press enter to select a template or escape to close the window.

## Commands
```
:Gitignore
:Licenses
```