refactor: format tables line by line for better readability (#2456)
* Format tables line by line for better readability * Forgot a comma --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
@@ -29,7 +29,11 @@ function M.fn(opts)
|
||||
view.focus()
|
||||
else
|
||||
-- open
|
||||
lib.open { path = opts.path, current_window = opts.current_window, winid = opts.winid }
|
||||
lib.open {
|
||||
path = opts.path,
|
||||
current_window = opts.current_window,
|
||||
winid = opts.winid,
|
||||
}
|
||||
end
|
||||
|
||||
-- find file
|
||||
|
||||
@@ -45,7 +45,11 @@ function M.fn(opts, no_focus, cwd, bang)
|
||||
view.close()
|
||||
else
|
||||
-- open
|
||||
lib.open { path = opts.path, current_window = opts.current_window, winid = opts.winid }
|
||||
lib.open {
|
||||
path = opts.path,
|
||||
current_window = opts.current_window,
|
||||
winid = opts.winid,
|
||||
}
|
||||
|
||||
-- find file
|
||||
if M.config.update_focused_file.enable or opts.find_file then
|
||||
|
||||
Reference in New Issue
Block a user