---
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 18s
Details
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 18s
Details
This commit is contained in:
parent
019b9f3a45
commit
e7ccbed391
|
@ -9,7 +9,8 @@ if vim == nil then
|
||||||
end
|
end
|
||||||
|
|
||||||
function Macrochain()
|
function 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