ci: format
Some checks are pending
quality / changes (push) Waiting to run
quality / Nix Format Check (push) Blocked by required conditions
quality / Deadnix Check (push) Blocked by required conditions
quality / Statix Check (push) Blocked by required conditions
quality / Lua Format Check (push) Blocked by required conditions
quality / Lua Lint Check (push) Blocked by required conditions
quality / Prettier Format Check (push) Blocked by required conditions

This commit is contained in:
Barrett Ruth 2026-03-18 16:10:23 -04:00
parent 762d1183ab
commit 515d0b789c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 2198 additions and 7 deletions

View file

@ -1,5 +1,5 @@
return { return {
cmd = { 'vimdoc-language-server' }, cmd = { 'vimdoc-language-server' },
filetypes = { 'help' }, filetypes = { 'help' },
root_markers = { 'doc', '.git' }, root_markers = { 'doc', '.git' },
} }

View file

@ -1,4 +1,10 @@
{ {
"guard-collection": { "branch": "main", "commit": "edf6c86c06badc972964dadb7fd469022690cbf0" }, "guard-collection": {
"guard.nvim": { "branch": "main", "commit": "addb8d2f40662b8b62d60dd7d18f503beb2332e7" } "branch": "main",
"commit": "edf6c86c06badc972964dadb7fd469022690cbf0"
},
"guard.nvim": {
"branch": "main",
"commit": "addb8d2f40662b8b62d60dd7d18f503beb2332e7"
}
} }

File diff suppressed because one or more lines are too long