Automatic .spectacle directory creation clutters the file system · Issue #2 · RutaTang/spectacle.nvim · GitHub
More Web Proxy on the site http://driver.im/
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
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.
The text was updated successfully, but these errors were encountered:
Each time I open nvim, .spectacle dir is created. This will soon lead to hundreds of empty .spectacle dirs in my file system.
Thank you! I will consider this.
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,
.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.The text was updated successfully, but these errors were encountered: