all repos

gopher.nvim @ bb494abd1e603879f6969af1200e0dde15c47459

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: ["-"]