chore: use stylua for formatting (#1040)
* chore: stylua job and config * reformat with stylua
This commit is contained in:
@@ -56,7 +56,7 @@ function Previewer:send_input(input)
|
||||
if self._send_input then
|
||||
self:_send_input(input)
|
||||
else
|
||||
vim.api.nvim_err_writeln("send_input is not defined for this previewer")
|
||||
vim.api.nvim_err_writeln "send_input is not defined for this previewer"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -64,7 +64,7 @@ function Previewer:scroll_fn(direction)
|
||||
if self._scroll_fn then
|
||||
self:_scroll_fn(direction)
|
||||
else
|
||||
vim.api.nvim_err_writeln("scroll_fn is not defined for this previewer")
|
||||
vim.api.nvim_err_writeln "scroll_fn is not defined for this previewer"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user