fix(config/lua): Mark deprecated, until the lua support is back again

This commit is contained in:
Benedikt Peetz 2024-05-04 20:44:20 +02:00
parent 9f38d2e600
commit 8ee69bf3b8
1 changed files with 2 additions and 0 deletions

View File

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