From 8ee69bf3b81b5e256c1f3a5a61b6a90a22cbed5a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 4 May 2024 20:44:20 +0200 Subject: [PATCH] fix(config/lua): Mark deprecated, until the lua support is back again --- config/lua/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/lua/init.lua b/config/lua/init.lua index d899a74..a225c69 100644 --- a/config/lua/init.lua +++ b/config/lua/init.lua @@ -1,3 +1,5 @@ +-- FIXME(@soispha): The code here has been deprecated, update it when trixy supports lua <2024-05-03> + -- create the required tables under `std` trinitrix.std = { keymaps = {} };