ci: format
This commit is contained in:
parent
e49a664d48
commit
b905ed04ed
4 changed files with 14 additions and 20 deletions
|
|
@ -19,8 +19,8 @@ function M.delete_buffer(bufnr)
|
|||
end
|
||||
end
|
||||
|
||||
function M.reset_config()
|
||||
vim.g.render = nil
|
||||
function M.reset_config(opts)
|
||||
vim.g.render = opts
|
||||
require('render')._test.reset()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue