all repos

gopher.nvim @ 572c346

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 1 deletions(-)
fix(pre-commit): check stylua instead of format
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-17 22:35:59 +0300
Parent: 932c0aa
M .pre-commit-config.yaml

@@ -6,7 +6,7 @@ name: StyLua

language: rust entry: stylua types: [lua] - args: ["-"] + args: ["--check", "-"] - id: selene name: Selene language: rust