The canonical equivalent of Linux's ~/.config on Windows is %APPDATA%, whereas ~/.local corresponds to %LOCALAPPDATA%.
However, while correctly using ~/.config on Linux, lf stores its configuration in %LOCALAPPDATA%\lf on Windows, which means it doesn't roam when logging in on other physical machines in the same network.
The canonical equivalent of Linux's
~/.configon Windows is%APPDATA%, whereas~/.localcorresponds to%LOCALAPPDATA%.However, while correctly using
~/.configon Linux,lfstores its configuration in%LOCALAPPDATA%\lfon Windows, which means it doesn't roam when logging in on other physical machines in the same network.