cd luaPlugin/
mkdir lua
mkdir lua/luaPlugin
touch lua/luaPlugin/init.lua
(base) louis@pop-os:~/Desktop/sandbox/luaPlugin$ nvim -c "set rtp+=./"

Then in Neovim, run the following command: :lua require"luaPlugin" and execute it. Your init.lua file should be executed