We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed5c50 commit 777eebfCopy full SHA for 777eebf
lua/live-command/init.lua
@@ -87,7 +87,7 @@ M.create_preview_command = function(preview_cmd_name)
87
nargs = "*",
88
preview = function(opts, preview_ns, preview_buf)
89
local cmd_to_preview = opts.args
90
- return preview_callback(cmd_to_preview, preview_ns, preview_buf)
+ return M.preview_callback(cmd_to_preview, preview_ns, preview_buf)
91
end,
92
})
93
end
0 commit comments