Print errors
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 19s
Details
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 19s
Details
This commit is contained in:
parent
ac63c91ee8
commit
d26acd4e7d
|
@ -9,8 +9,7 @@ if vim == nil then
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.Macrochain()
|
function M.Macrochain()
|
||||||
-- vim.print(table.concat(keystrokes, ""))
|
vim.print(table.concat(keystrokes, ""))
|
||||||
vim.print("Hello world")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- @name record_keystroke
|
-- @name record_keystroke
|
||||||
|
|
Loading…
Reference in New Issue