local M = {} local api = vim.api local -- Only for debugging if vim == nil then vim = {} end function Macrochain() vim.print("Hello World!") end