starter/lua/plugins/notebook.lua

8 lines
119 B
Lua
Raw Normal View History

2024-02-29 01:11:57 +08:00
return {
"meatballs/notebook.nvim",
2024-02-29 04:34:49 +08:00
lazy = false,
2024-02-29 01:11:57 +08:00
config = function()
2024-02-29 04:34:49 +08:00
require("notebook").setup({})
2024-02-29 01:11:57 +08:00
end,
}