8 lines
132 B
Lua
8 lines
132 B
Lua
return { 'squibid/nyooom',
|
|
url = 'https://git.squi.bid/nyooom',
|
|
pin = true,
|
|
function()
|
|
require('nyooom').setup {}
|
|
end
|
|
}
|