ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 14:53:30 -05:00
parent 0d3088f57e
commit c3de0004d1
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -1217,16 +1217,12 @@ M.setup = function(opts)
end
M[method](path, open_opts)
end
vim.api.nvim_create_user_command(
'Canola',
callback,
{
desc = 'Open canola file browser on a directory',
nargs = '*',
complete = 'dir',
count = true,
}
)
vim.api.nvim_create_user_command('Canola', callback, {
desc = 'Open canola file browser on a directory',
nargs = '*',
complete = 'dir',
count = true,
})
local aug = vim.api.nvim_create_augroup('Canola', {})
if config.default_file_explorer then