Skip to content

Commit

Permalink
lint(nvim): declare vim as available Lua global
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Dec 17, 2023
1 parent 66392cc commit e0596a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}

0 comments on commit e0596a0

Please sign in to comment.