Using vim.fn.mkdir (with "p") will create intermediate directories if necessary. This prevents errors when user has never ran nvim before, thus root_plugin_dir has never been created.
packer creates packer_compiled.lua in plugin directory of actual config location. The symlink creation has been corrected to reflect as such.
vim.fn.mkdir
(with "p") will create intermediate directories if necessary. This prevents errors when user has never rannvim
before, thusroot_plugin_dir
has never been created.packer
createspacker_compiled.lua
inplugin
directory of actual config location. The symlink creation has been corrected to reflect as such.