From e7ccbed391134e35fc4aefa6e76b9436f2985648 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Thu, 19 Dec 2024 08:30:15 +0100 Subject: [PATCH] --- --- lua/macrotool/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/macrotool/init.lua b/lua/macrotool/init.lua index 1ab97a4..bf29e6d 100644 --- a/lua/macrotool/init.lua +++ b/lua/macrotool/init.lua @@ -9,7 +9,8 @@ if vim == nil then end function Macrochain() - vim.print(table.concat(keystrokes, "")) + -- vim.print(table.concat(keystrokes, "")) + vim.print("Hello world") end -- @name record_keystroke