direnv.nvim/.luarc.json
NotAShelf 6ae5456317
chore: tell luacheck that vim is a defined global
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I9bb0435fc423784411d9493b46078fe36a6a6964
2026-01-27 10:12:41 +03:00

5 lines
No EOL
52 B
JSON

{
"diagnostics.globals": [
"vim"
]
}