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..
- Host: GitHub
- URL: https://github.com/kilavila/nvim-gitignore
- Owner: kilavila
- License: gpl-3.0
- Created: 2024-03-16T02:22:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T10:16:46.000Z (almost 2 years ago)
- Last Synced: 2024-12-05T13:13:27.122Z (about 1 year ago)
- Topics: neovim-plugin, nvim-lua, nvim-plugin
- Language: Lua
- Homepage:
- Size: 37.1 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```