Skip to content

Commit 9891ace

Browse files
committed
Add luaposix addon
1 parent 2b019df commit 9891ace

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,6 @@
235235
path = addons/ftl-hyperspace/module
236236
url = https://github.com/ranhai613/ftl-hs-lua-lls-addon.git
237237
branch = publish
238+
[submodule "addons/luaposix/module"]
239+
path = addons/luaposix/module
240+
url = https://github.com/kayibea/lls-posix

addons/luaposix/info.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "POSIX",
4+
"description": "Provides definitions for posix Lua API",
5+
"hasPlugin": false
6+
}

addons/luaposix/module

Submodule module added at 5faf5bc

0 commit comments

Comments
 (0)