dep icon indicating copy to clipboard operation
dep copied to clipboard

disable = true prevents packages from being installed and updated

Open js-everts opened this issue 2 years ago • 0 comments

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?

js-everts avatar Feb 12 '23 04:02 js-everts