I just did a clean install of Leap 15.5
I have 2 NFS mounts that after sleep do not connect automatically, and I need to reconnect them manually with mount -a every single time.
I assume they should not “automount” (what ever you mean with that), but they should still be mounted after sleep. When they aren’t, for whatever reason, there is no automount configured, thus no wonder root must then do it by command.
While I can not say why they become unmounted, I can offer you a simple way to automount them. And that will work as soon as they are needed. Earlier this was configured using /etc/auto.master (and that still functions), but nowadays one can use systemd-automount configured in `/etc/fstab.
That is not how you post results of command execution. You do not describe - you copy and paste here the full command and its complete output.
Anyway, that is the reason your filesytems are unmounted. There is /usr/lib/NetworkManager/dispatcher.d/nfs script that unconditionally unmounts when interfaces go down, but only mounts back when nfs-client.target is enabled.
I suppose, the simplest fix would be to enable this unit.