nvimdev/dope

lua ./bin/dope install fail

Jerry-Moo opened this issue · 0 comments

/.config/nvim/lua/core/helper.lua:63: attempt to concatenate a nil value (local 'type')

helper.run_git need to enter 3 parameters.
but cli:boot_strap provide only 2 parameters

helper.run_git('folke/lazy.nvim ' .. self.lazy_dir, 'clone')

Thanks.