You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I'm confused about how things should work, but I expected that when I specify plugins = "packer_messy" in profile.lua entry below that it will put things under .../packer_messy/ which would be reflected in the install locations visibile via PackerStatus but everything always points to .../packer/
I thought cheovim would give me a bunch of .../packer_CUSTOM_PROFILE_DIR/ values that I could use and switch between without explicitly having to PackerInstall/Sync/Compile after initial setup.
The text was updated successfully, but these errors were encountered:
Maybe I'm confused about how things should work, but I expected that when I specify
plugins = "packer_messy"
in profile.lua entry below that it will put things under.../packer_messy/
which would be reflected in the install locations visibile viaPackerStatus
but everything always points to.../packer/
I thought cheovim would give me a bunch of
.../packer_CUSTOM_PROFILE_DIR/
values that I could use and switch between without explicitly having to PackerInstall/Sync/Compile after initial setup.The text was updated successfully, but these errors were encountered: