dep
dep copied to clipboard
disable = true prevents packages from being installed and updated
According to the readme:
-- [boolean] Prevents the package from being loaded disable = true
This implies that marking a package as disabled only prevents it from being loaded into neovim. But it also stops the package from being installed and updated. Is this the intended behavior?