mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 18:36:27 +00:00
Clean pre-commit checks a little bit
This commit is contained in:
parent
fd5e698787
commit
8404ef0005
@ -13,17 +13,6 @@ repos:
|
||||
(?x)^(
|
||||
vim/colors/.*\.vim
|
||||
)$
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: luacheck
|
||||
name: Luacheck
|
||||
entry: luacheck
|
||||
args:
|
||||
- --globals
|
||||
- vim
|
||||
- --
|
||||
language: system
|
||||
types: [file, lua]
|
||||
- repo: https://github.com/johnnymorganz/stylua
|
||||
rev: v0.15.2
|
||||
hooks:
|
||||
@ -35,3 +24,13 @@ repos:
|
||||
language: script
|
||||
entry: ./scripts/sort-json.sh
|
||||
files: "(\\.json$|^neovim/packer_snapshots/)"
|
||||
types: [text]
|
||||
- id: luacheck
|
||||
name: Luacheck
|
||||
entry: luacheck
|
||||
args:
|
||||
- --globals
|
||||
- vim
|
||||
- --
|
||||
language: system
|
||||
types: [lua]
|
||||
|
@ -1 +1 @@
|
||||
let g:argwrap_tail_comma = 1
|
||||
let g:argwrap_tail_comma = 1
|
||||
|
Loading…
Reference in New Issue
Block a user