NTBBloodbath / cheovim

Neovim configuration switcher written in Lua. Inspired by chemacs.
GNU General Public License v2.0
332 stars 14 forks source link

PackerStatus lists path as .../packer despite specifying something else in profiles.lua #14

Open ElPiloto opened 1 year ago

ElPiloto commented 1 year ago

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.

ElPiloto commented 1 year ago

I'm a bit confused by the "good first issue" tag on this.