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

https://github.com/zerwes/detect-unsaved-vim-files-in-git

detect unsaved vim buffers in a git repo
https://github.com/zerwes/detect-unsaved-vim-files-in-git

git pre-commit pre-commit-hook vim

Last synced: about 2 months ago
JSON representation

detect unsaved vim buffers in a git repo

Awesome Lists containing this project

README

          

# detect-unsaved-vim-files-in-git

detect unsaved vim buffers in a git repo

use as pre-commit hook:
```yaml
repos:
- repo: https://github.com/zerwes/detect-unsaved-vim-files-in-git
rev: v24.7.0
hooks:
- id: unsaved-vim-files
fail_fast: true
```