init
This commit is contained in:
12
lua/macrotool/init.lua
Normal file
12
lua/macrotool/init.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local M = {}
|
||||
local api = vim.api
|
||||
local buf, win
|
||||
|
||||
-- Only for debugging
|
||||
if vim == nil then
|
||||
vim = {}
|
||||
end
|
||||
|
||||
function Macrochain()
|
||||
vim.print("Hello World!")
|
||||
end
|
||||
Reference in New Issue
Block a user