starter/lua/plugins/notebook.lua

7 lines
101 B
Lua

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