openingh.nvim/.pre-commit-config.yaml

12 lines
227 B
YAML
Raw Permalink Normal View History

2022-09-26 23:46:12 +03:00
repos:
- repo: local
hooks:
- id: stylua
name: StyLua format
language: rust
entry: make fmt
- id: luacheck
name: Linting luacheck
language: lua
entry: make lint