return {
"meatballs/notebook.nvim",
lazy = true,
config = function()
require("notebook").setup({})
end,
}