view .pre-commit-config.yaml @ 593:ece4809c1313

enable mapping for cmp-cmdline
author Zeger Van de Vannet <zegervdv@me.com>
date Mon, 02 May 2022 16:16:51 +0200
parents 7004867c436c
children 627d2040c3ff
line wrap: on
line source

repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.0.1
    hooks:
      - id: check-yaml
      - id: end-of-file-fixer
      - id: trailing-whitespace

  - repo: local
    hooks:
      - id: stylua
        name: Format with stylua
        description: Formats lua files
        entry: stylua
        language: system
        types: [lua]