diff --git a/.gitmodules b/.gitmodules index eb1a82c..3d9ba81 100644 --- a/.gitmodules +++ b/.gitmodules @@ -278,3 +278,6 @@ path = addons/ethos/module url = https://github.com/flyingeek/ethos-lua-definitions.git branch = luals-addon +[submodule "addons/hyprlua/module"] + path = addons/hyprlua/module + url = https://github.com/qompassai/hyprlua diff --git a/addons/hyprlua/info.json b/addons/hyprlua/info.json new file mode 100644 index 0000000..a0fef76 --- /dev/null +++ b/addons/hyprlua/info.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "hyprlua", + "description": "LuaCATS type annotations and lua_ls addon for Hyprland 0.55+. Goal is to provide autocomplete, hover docs, and type-checking for the full hl.* global API.", + "size": 249975, + "hasPlugin": true +} diff --git a/addons/hyprlua/module b/addons/hyprlua/module new file mode 160000 index 0000000..d1c22b8 --- /dev/null +++ b/addons/hyprlua/module @@ -0,0 +1 @@ +Subproject commit d1c22b8ae57a87e0ae1edd24ed356a4fbfee136c