Skip to content

Commit 3637d32

Browse files
Add luaposix addon (#261)
* Add luaposix addon * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b019df commit 3637d32

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
"size": 43490
7+
}

addons/luaposix/module

Submodule module added at 5faf5bc

0 commit comments

Comments
 (0)