diff --git a/.github/workflows/.luarc.json b/.github/workflows/.luarc.json index 1afd56d..14687ff 100644 --- a/.github/workflows/.luarc.json +++ b/.github/workflows/.luarc.json @@ -8,6 +8,7 @@ "$PWD/.dependencies/luassert/library", "$PWD/.dependencies/luvit-meta/library", "$PWD/.dependencies/mega.cmdparse/lua", + "$PWD/.dependencies/mega.logging/lua", "$VIMRUNTIME/lua" ] } diff --git a/.luarc.json b/.luarc.json index a968ae6..3304ecf 100644 --- a/.luarc.json +++ b/.luarc.json @@ -10,6 +10,7 @@ "$PWD/.dependencies/luassert/library", "$PWD/.dependencies/luvit-meta/library", "$PWD/.dependencies/mega.cmdparse/lua", + "$PWD/.dependencies/mega.logging/lua", "$VIMRUNTIME/lua" ] }