add git pre-commit hooks
This commit is contained in:
parent
585f04c745
commit
cd43b3b853
2 changed files with 19 additions and 0 deletions
|
|
@ -482,6 +482,14 @@ require "dep" {
|
|||
- Lazy loading nvim-cmp doesn't work as the external sources don't get reconized
|
||||
by nvim-cmp when it's loaded.
|
||||
|
||||
## Contributing
|
||||
|
||||
When contributing you may choose to run tests before commiting changes, if that
|
||||
is so you may choose to run the following:
|
||||
```sh
|
||||
git config core.hooksPath .githooks
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
dep is licensed under the [MIT License](LICENSE).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue