wbthomason/packer.nvim

Disabled plugins get picked up by PackerClean

Open

#56 opened on Sep 26, 2020

View on GitHub
 (12 comments) (2 reactions) (1 assignee)Lua (8,097 stars) (264 forks)batch import
documentationenhancementhelp wantedoverdue_for_fixquestion

Description

I sometimes want to disable plugins along with their associated configuration while still keeping them installed and up to date. I assumed that was the goal of the disable option but the :PackerClean command asks me if I want to remove plugins that are disabled. Am I misunderstanding the purpose of disable?

Contributor guide