Open PrashanthaTP opened 1 year ago
Currently the as
argument to packer use
function is used
to make sure that plugins are downloaded correctly inside pack
folder
Fix(pack) Update packer config to use alias for plugins
It seems packer.nvim
clones plugins
to pack/start directory with the folder structure
as given to use
function.
Without passing alias as
,
neovim will not load those files
as the runtime path expects it in the form
pack/*/start/*
(only one folder after start but by default it will be <github account holder/repo>
)
as = string, -- Specifies an alias under which to install the plugin