ci: format
This commit is contained in:
parent
0d3088f57e
commit
c3de0004d1
1 changed files with 6 additions and 10 deletions
|
|
@ -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',
|
|
||||||
callback,
|
|
||||||
{
|
|
||||||
desc = 'Open canola file browser on a directory',
|
desc = 'Open canola file browser on a directory',
|
||||||
nargs = '*',
|
nargs = '*',
|
||||||
complete = 'dir',
|
complete = 'dir',
|
||||||
count = true,
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue