Problem: lua-language-server reported `cast-local-type` because `file_cache` was annotated as `table<string, string[]>` but stores `false` as a sentinel for files that failed to open. Solution: widen the annotation to `table<string, string[]|false>`. |
||
|---|---|---|
| .. | ||
| commands.lua | ||
| conflict.lua | ||
| debug.lua | ||
| diff.lua | ||
| fugitive.lua | ||
| git.lua | ||
| health.lua | ||
| highlight.lua | ||
| init.lua | ||
| lib.lua | ||
| log.lua | ||
| merge.lua | ||
| parser.lua | ||