---@type LazyKeysSpec[] local keys = { { "glj", desc = "Insert a log statement below the cursor" }, { "glk", desc = "Insert a log statement above the cursor" }, { "glo", desc = "Insert a plain log statement below the cursor" }, { "gl", desc = "Insert a plain log statement above the cursor" }, { "glb", desc = "Insert a batch log statement" }, { "gla", desc = "Add a log target to the batch" }, { "gj", desc = "insert_log_below_operator" }, { "gk", desc = "insert_log_above_operator" }, { "gb", desc = "insert_batch_log_operator" }, { "ga", desc = "add_log_targets_to_batch_operator" }, } return keys