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..020c61e --- /dev/null +++ b/addons/hyprlua/info.json @@ -0,0 +1,5 @@ +{ + "$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.", +} diff --git a/addons/hyprlua/module b/addons/hyprlua/module new file mode 160000 index 0000000..0dcee8c --- /dev/null +++ b/addons/hyprlua/module @@ -0,0 +1 @@ +Subproject commit 0dcee8c448185721965da7e8021e7021555d8302