[mirror] Make your go dev experience better github.com/olexsmir/gopher.nvim
neovim golang

fix(pre-commit): check stylua instead of format

Changed files
+1 -1
+1 -1
.pre-commit-config.yaml
··· 6 6 language: rust 7 7 entry: stylua 8 8 types: [lua] 9 - args: ["-"] 9 + args: ["--check", "-"] 10 10 - id: selene 11 11 name: Selene 12 12 language: rust