I use nvim for various different things beside programming, and I use it from various different locations in my file system.
Each time I open nvim, .spectacle dir is created. This will soon lead to hundreds of empty .spectacle dirs in my file system.
I propose that .spectacle dir is created only when it is actually needed. And that should be on session save.
Alternative, maybe even better proposal, is to have centralized .spectacle dir. But that would require a mapping between a group of sessions and the location the sessions are for.
I use nvim for various different things beside programming, and I use it from various different locations in my file system.
Each time I open nvim,
.spectacledir is created. This will soon lead to hundreds of empty.spectacledirs in my file system.I propose that
.spectacledir is created only when it is actually needed. And that should be on session save.Alternative, maybe even better proposal, is to have centralized
.spectacledir. But that would require a mapping between a group of sessions and the location the sessions are for.