I have Ubuntu over WSL2 and I was following this video tutorial on how to configure vim. My nvim installation didn't have the .config folder, so I created it and followed the video.
I placed an init.lua with a print("hello"), just like in the video, but I don't see any output, like he showed. Also, I tried the :Ex remap to <leader>pv, but the :so command shows an error saying:
E471: Argument required
My feeling is that there's something missing in my setup, even though I followed all the tutorials so far.
How can I fix it?