I'm trying to use tmux-fingers from NixOS which installs all packages to read-only locations in /nix/store. On line 26 of tmux-fingers.tmux a .cache directory is created in the plugin directory and this leads to an error and the plugin failing to initialize on my machine. It seems like this .cache directory is never used, is that correct? Would you be open to removing that line if so?
I'm trying to use tmux-fingers from NixOS which installs all packages to read-only locations in
/nix/store
. On line 26 oftmux-fingers.tmux
a.cache
directory is created in the plugin directory and this leads to an error and the plugin failing to initialize on my machine. It seems like this.cache
directory is never used, is that correct? Would you be open to removing that line if so?https://github.com/Morantron/tmux-fingers/blob/2e08de209ed47c0e240b5314045e034c691913a9/tmux-fingers.tmux#L26