LazyVim/lua/plugins/lua.lua
2023-10-16 19:47:51 +02:00

8 lines
92 B
Lua

return {
{
"rafcamlet/nvim-luapad",
cmd = { "Luapad" },
config = true,
},
}