Files
nvim/lua/conf/plugins/nyooom.lua
2025-05-06 16:51:24 -05:00

8 lines
132 B
Lua

return { "squibid/nyooom",
url = "https://git.squi.bid/nyooom",
pin = true,
function()
require("nyooom").setup {}
end
}