1 min read 34 words Updated Sep 24, 2026 Created Sep 24, 2026
#lua#neovim
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