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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue