all repos

gopher.nvim @ ebb3894b3bcce06768f3cf7052e00d163a57f239

Minimalistic plugin for Go development

gopher.nvim/.pre-commit-config.yaml(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
repos:
- repo: local
  hooks:
  - id: stylua
    name: StyLua
    language: rust
    entry: stylua
    types: [lua]
    args: ["--check", "-"]
  - id: selene
    name: Selene
    language: rust
    entry: selene
    types: [lua]
    args: ["-"]