Skip to content

Commit

Permalink
fix(types): add ./lua and $VIMRUNTIME/lua to library in `.luarc.j…
Browse files Browse the repository at this point in the history
…son` (#134)
  • Loading branch information
willothy authored Jan 25, 2024
1 parent 51c3647 commit 9a8e498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"workspace": {
"library": [
"$VIMRUNTIME",
"$VIMRUNTIME/lua",
"./lua",
"${3rd}/busted/library",
"${3rd}/luassert/library"
]
Expand All @@ -11,6 +13,8 @@
"version": "LuaJIT",
"path": [
"./?.lua",
"./lua/?.lua",
"./lua/?/init.lua",
"/usr/share/luajit-2.1.0-beta3/?.lua",
"/usr/local/share/lua/5.1/?.lua",
"/usr/local/share/lua/5.1/?/init.lua",
Expand Down

0 comments on commit 9a8e498

Please sign in to comment.