mirror of
https://github.com/NotAShelf/direnv.nvim.git
synced 2026-02-23 20:12:09 +00:00
chore: tell luacheck that vim is a defined global
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I9bb0435fc423784411d9493b46078fe36a6a6964
This commit is contained in:
parent
96d0f73eed
commit
6ae5456317
1 changed files with 5 additions and 0 deletions
5
.luarc.json
Normal file
5
.luarc.json
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"diagnostics.globals": [
|
||||||
|
"vim"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue