Skip to content

Don't clean as part of sync #123

@BlueDrink9

Description

@BlueDrink9

Currently, swapping one plugin for another cannot be done temporarily without having to reinstall plugins after launch. This is because a sync operation cleans out unused plugin files.
Is it possible with the pack mechanism to please avoid this behavior?

Reason:

I have separate plugins added used depending on whether I am using nvim or vim, or whether I want a faster light vim for config files or a more bloated vim for IDE-style coding. I want to share the same plugin files, to save space on disk and download time.

Currently, if I load one set, sync, then load the other set the new set will no longer have half of its plugins, because they were not part of set 1 and were deleted during the sync.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions