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 end
M[method](path, open_opts) M[method](path, open_opts)
end end
vim.api.nvim_create_user_command( vim.api.nvim_create_user_command('Canola', callback, {
'Canola', desc = 'Open canola file browser on a directory',
callback, nargs = '*',
{ complete = 'dir',
desc = 'Open canola file browser on a directory', count = true,
nargs = '*', })
complete = 'dir',
count = true,
}
)
local aug = vim.api.nvim_create_augroup('Canola', {}) local aug = vim.api.nvim_create_augroup('Canola', {})
if config.default_file_explorer then if config.default_file_explorer then