Skip to content

Commit cdb06d5

Browse files
committed
feat: add hyprlua — LuaCATS annotations for Hyprland 0.55+ Lua config API
1 parent 3b44e60 commit cdb06d5

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,6 @@
278278
path = addons/ethos/module
279279
url = https://github.com/flyingeek/ethos-lua-definitions.git
280280
branch = luals-addon
281+
[submodule "addons/hyprlua/module"]
282+
path = addons/hyprlua/module
283+
url = https://github.com/qompassai/hyprlua

addons/hyprlua/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": "hyprlua",
4+
"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.",
5+
"size": 0,
6+
"hasPlugin": true
7+
}

addons/hyprlua/module

Submodule module added at d1c22b8

0 commit comments

Comments
 (0)