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 = {} };