pages/dotfiles/pack/plugins/start/mini.nvim/.pre-commit-config.yaml

14 lines
270 B
YAML
Executable File

repos:
- repo: local
hooks:
- id: stylua
name: StyLua
language: system
entry: stylua
types: [lua]
- id: gendocs
name: Gendocs
language: system
entry: make --silent documentation
types: []